Interstitial
public protocol Interstitial
The THEOads interstitial.
-
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 theTHEOAdDescription.adTagParametersorTHEOadsIntegration.replaceAdTagParameters.Declaration
Swift
var adTagParameters: [String : String] { get set }