Interstitial

public protocol Interstitial

The THEOads interstitial.

  • id

    The identifier of the interstitial.

    Declaration

    Swift

    var id: String { get }
  • The type of the interstitial

    Declaration

    Swift

    var type: InterstitialType { get }
  • The start time at which the interstitial will start.

    Declaration

    Swift

    var startTime: Double { get }
  • The duration of the interstitial, in seconds.

    Declaration

    Swift

    var duration: Double? { get }
  • The ad tag parameters that are used for this specific interstitial.

    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 }