AdBreakInterstitial
public protocol AdBreakInterstitial : InterstitialThe THEOads interstitial that corresponds with ad playback.
- 
                  
                  The layout which is used to play the ads of the interstitial. DeclarationSwift var layout: THEOadsLayout { get }
- 
                  
                  The background when playing an ad. Remark This is only available when playing in double or l-shape layout.DeclarationSwift var backdropUri: String? { get }
- 
                  
                  The ads that are part of the interstitial. Remark Only available during ad playback.DeclarationSwift var ads: [Ad] { get }
