AdOverlayPurpose

public enum AdOverlayPurpose

The purpose of the overlay. One of PLAYBACK_CONTROLS_UI_SCOPE, CLOSE_AD_UI_SCOPE, OTHER_UI_SCOPE or NOT_VISIBLE_UI_SCOPE.

  • UIScope for playback controls overlaying the player.

    Declaration

    Swift

    case playbackControls
  • UIScope for ad close buttons overlaying the player.

    Declaration

    Swift

    case closeAd
  • UIScope for overlays that are not visible

    Declaration

    Swift

    case notVisible
  • UIScope for other overlays.

    Declaration

    Swift

    case other