AI-generated Key Takeaways
-
IMAUiElementType is an enumeration defining different UI elements that can be customized.
-
kIMAUiElements_AD_ATTRIBUTION represents the ad attribution UI element.
-
kIMAUiElements_COUNTDOWN represents the ad countdown element.
IMAUiElementType
enum IMAUiElementType : NSInteger {}Different UI elements that can be customized.
-
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