IMAUiElementOption
public enum IMAUiElementOption : String
Specify the UI elements that should remain visible during ad playback
Note
API will be ignored for TVOS-
AD_ATTRIBUTIONwill provide you Ad Text.Declaration
Swift
case AD_ATTRIBUTION -
AD_ATTRIBUTION_AND_COUNTDOWNwill provide Ad Text, total number of ads and ad progress countdown timer.Declaration
Swift
case AD_ATTRIBUTION_AND_COUNTDOWN -
NONEwill remove the ad text, number of ads info and ad progress countdown from the Ad UI.Declaration
Swift
case NONE