Page Summary
-
IMAUiElementType is an enumeration defining different customizable UI elements for ads.
-
kIMAUiElements_AD_ATTRIBUTIONrefers to the ad attribution UI element. -
kIMAUiElements_COUNTDOWNrefers to the ad countdown element.
IMAUiElementType
enum IMAUiElementType : NSInteger {}Ad UI elements you can customize in your app. Ignore this enum for tvOS. The tvOS IMA
SDK does not support the
IMAAdsRenderingSettings.uiElements
parameter.
-
Ad attribution UI element.
Declaration
Swift
case elements_AD_ATTRIBUTION = 0Objective-C
kIMAUiElements_AD_ATTRIBUTION -
Ad countdown element.
Declaration
Swift
case elements_COUNTDOWN = 1Objective-C
kIMAUiElements_COUNTDOWN