NimbusAdType
enum NimbusAdType
extension NimbusAdType : Equatable, Hashable
INTERNAL USE ONLY
-
Declaration
Swift
case banner
-
Declaration
Swift
case native
-
Declaration
Swift
case interstitial
-
Declaration
Swift
case rewarded
-
Returns a Boolean value indicating whether two values are not equal.
Inequality is the inverse of equality. For any values
a
andb
,a != b
implies thata == b
isfalse
.This is the default implementation of the not-equal-to operator (
!=
) for any type that conforms toEquatable
.Declaration
Swift
static func != (lhs: Self, rhs: Self) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.
-
Declaration
Swift
func adMobSignalRequest(adUnitId: String, bannerSize: CGSize? = nil, nativeAdOptions: NimbusAdMobNativeAdOptions? = nil) throws -> GADSignalRequest