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 }
  • The ad tag parameters that are used for this specific ad break.

    Remark

    The set values are combined and potentially override parameters set on the THEOAdDescription.adTagParameters or THEOadsIntegration.replaceAdTagParameters.

    Declaration

    Swift

    var adTagParameters: [String : String] { get set }