OverlayInterstitial

public protocol OverlayInterstitial : Interstitial

The THEOads interstitial that corresponds with overlay playback.

  • The url of the image of the overlay.

    Declaration

    Swift

    var imageUrl: String? { get }
  • The clickThrough url of the overlay.

    Declaration

    Swift

    var clickThrough: String? { get }
  • The position of the overlay.

    Declaration

    Swift

    var position: OverlayPosition { get }
  • The size of the overlay.

    Declaration

    Swift

    var size: OverlaySize { get }