Interstitial
public protocol InterstitialThe THEOads interstitial.
- 
                  
                  The identifier of the interstitial. DeclarationSwift var id: String { get }
- 
                  
                  The type of the interstitial DeclarationSwift var type: InterstitialType { get }
- 
                  
                  The start time at which the interstitial will start. DeclarationSwift var startTime: Double { get }
- 
                  
                  The duration of the interstitial, in seconds. DeclarationSwift 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.DeclarationSwift var adTagParameters: [String : String] { get set }
