AdType
@objc(THEOplayerAdType)
public class AdType : NSObject, 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 @objc public static let linear: String
- 
                  
                  Non-linear advertisements appear during video content, without disrupting playback. DeclarationSwift @objc public static let nonlinear: String
- 
                  
                  The type of the advertisement is unknown. DeclarationSwift @objc public static let unknown: String
 AdType Class Reference
      AdType Class Reference