GoogleInteractiveMediaAds Framework Reference
IMAUiElementType
enum IMAUiElementType : NSInteger {}
Different UI elements that can be customized.
-
Ad attribution UI element.
Declaration
Swift
case elements_AD_ATTRIBUTION = 0
Objective-C
kIMAUiElements_AD_ATTRIBUTION
-
Declaration
Swift
case elements_COUNTDOWN = 1
Objective-C
kIMAUiElements_COUNTDOWN
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-14 UTC.
[null,null,["Last updated 2023-11-14 UTC."],[[["`IMAUiElementType` is an enum used for customizing different UI elements within an ad."],["It includes elements like ad attribution and countdown timer."],["The enum provides constants for each UI element type, accessible in both Swift and Objective-C."]]],[]]