Ad Placement Type
Enum class describing the expected type of placement for the Advertisement.
You pass it to the AdService.makeAdvertisement method.
The SDK supports two types of ads:
INLINE – created to be displayed in your view hierarchy.
INTERSTITIAL – for presenting full screen cover ad.
Advertisement matches the AdMetadata.placement received from the server with the placement type you provided when calling the AdService.makeAdvertisement.
Properties
Functions
Can throw an exception if encoding fails.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.