AdBreakInterstitial

public protocol AdBreakInterstitial : Interstitial

The THEOads interstitial that corresponds with ad playback.

  • The layout which is used to play the ads of the interstitial.

    Declaration

    Swift

    var layout: THEOadsLayout { get }
  • The background when playing an ad.

    Remark

    This is only available when playing in double or l-shape layout.

    Declaration

    Swift

    var backdropUri: String? { get }
  • ads

    The ads that are part of the interstitial.

    Remark

    Only available during ad playback.

    Declaration

    Swift

    var ads: [Ad] { get }