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 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["`IMAUiElementType` is an enum defining customizable UI elements for ads."],["The enum includes elements for ad attribution and countdown timers."],["Each element is represented by a specific integer value, accessible in both Swift and Objective-C."]]],[]]