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
aandb,a != bimplies thata == bisfalse.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) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
Declaration
Swift
func adMobSignalRequest(adUnitId: String, bannerSize: CGSize? = nil, nativeAdOptions: NimbusAdMobNativeAdOptions? = nil) throws -> GADSignalRequest
NimbusAdType Enumeration Reference