IMAUiElementOption

public enum IMAUiElementOption : String

Specify the UI elements that should remain visible during ad playback

Note

API will be ignored for TVOS
  • AD_ATTRIBUTION will provide you Ad Text.

    Declaration

    Swift

    case AD_ATTRIBUTION
  • AD_ATTRIBUTION_AND_COUNTDOWN will provide Ad Text, total number of ads and ad progress countdown timer.

    Declaration

    Swift

    case AD_ATTRIBUTION_AND_COUNTDOWN
  • NONE will remove the ad text, number of ads info and ad progress countdown from the Ad UI.

    Declaration

    Swift

    case NONE