ImaUiType
@objc(BMPImaUiType)
public enum ImaUiType : Int
The available UI types for IMA during ad playback, used in the ImaAdvertisingConfig
.
-
Disables all UI elements if the played ad allows hiding the UI. This can be useful when building a custom ad UI. Allowing a hidden IMA UI in a VAST manifest is done via the
UiHideable
property in theExtension
with typeuiSettings
. For more information see this guide: https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/custom-uiDeclaration
Swift
case disabled
-
IMA is handling the UI elements. Further customization may be done via
ImaAdvertisingConfig.adAttributionUiMode
.Declaration
Swift
case ima