AdPreloadType
@objc(THEOplayerAdPreloadType)
public enum AdPreloadType : Intextension AdPreloadType: EncodableThe type of ad Preload. This indicates in which manner the advertisements will be downloaded in advance.
- 
                  
                  No preloading. DeclarationSwift @objc(THEOplayerAdPreloadTypeNONE) case NONE = 0
- 
                  
                  Preload midrolls and postrolls. Remark For Google IMA the preload starts 4 seconds before ad playback.DeclarationSwift @objc(THEOplayerAdPreloadTypeMIDROLL_AND_POSTROLL) case MIDROLL_AND_POSTROLL = 1
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
 AdPreloadType Enumeration Reference
      AdPreloadType Enumeration Reference