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 }