GoogleInteractiveMediaAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003e\u003ccode\u003eIMAUiElementType\u003c/code\u003e is an enum defining customizable UI elements for ads.\u003c/p\u003e\n"],["\u003cp\u003eThe enum includes elements for ad attribution and countdown timers.\u003c/p\u003e\n"],["\u003cp\u003eEach element is represented by a specific integer value, accessible in both Swift and Objective-C.\u003c/p\u003e\n"]]],[],null,["# GoogleInteractiveMediaAds Framework Reference\n\nIMAUiElementType\n================\n\n enum IMAUiElementType : NSInteger {}\n\nDifferent UI elements that can be customized.\n- `\n ``\n ``\n `\n\n ### [kIMAUiElements_AD_ATTRIBUTION](#/c:@E@IMAUiElementType@kIMAUiElements_AD_ATTRIBUTION)\n\n `\n ` \n Ad attribution UI element. \n\n #### Declaration\n\n Swift \n\n case elements_AD_ATTRIBUTION = 0\n\n Objective-C \n\n kIMAUiElements_AD_ATTRIBUTION\n\n- `\n ``\n ``\n `\n\n ### [kIMAUiElements_COUNTDOWN](#/c:@E@IMAUiElementType@kIMAUiElements_COUNTDOWN)\n\n `\n ` \n Ad countdown element. \n\n #### Declaration\n\n Swift \n\n case elements_COUNTDOWN = 1\n\n Objective-C \n\n kIMAUiElements_COUNTDOWN"]]