AdType
public class AdType : CodableThe type of Ad specifying whether it will interrupt the content or not.
- 
                  
                  Linear advertisements interrupt the video content. They appear before (as pre-roll), after (as post-roll) or during (as mid-roll) the video content. DeclarationSwift public static let linear: String
- 
                  
                  Non-linear advertisements appear during video content, without disrupting playback. DeclarationSwift public static let nonlinear: String
- 
                  
                  The type of the advertisement is unknown. DeclarationSwift public static let unknown: String
