GoogleInteractiveMediaAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
IMAUiElementType is an enumeration defining different customizable UI elements for ads.
kIMAUiElements_AD_ATTRIBUTION refers to the ad attribution UI element.
kIMAUiElements_COUNTDOWN refers to the ad countdown element.
IMAUiElementType
enumIMAUiElementType: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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-08 UTC."],[],["The core content defines the `IMAUiElementType` enumeration, which details customizable UI elements for ads. Two specific elements are outlined: `kIMAUiElements_AD_ATTRIBUTION` (case `elements_AD_ATTRIBUTION` in Swift), representing the ad attribution UI, and `kIMAUiElements_COUNTDOWN` (case `elements_COUNTDOWN` in Swift), which signifies the ad countdown element. These elements are represented as integers in both Swift and Objective-C.\n"]]