AdIntegrationKind
@objc(THEOplayerAdIntegrationKind)
public enum AdIntegrationKind : Intextension AdIntegrationKind: Codable, CaseIterableThe integration kind of the Ad.
- 
                  
                  The ad is of integration type THEO ad. DeclarationSwift case theoads = 1
- 
                  
                  The ad is of integration type Google IMA. DeclarationSwift @objc(THEOplayerAdIntegrationKindGOOGLE_IMA) case google_ima = 4
- 
                  
                  The ad is of integration type Google DAI. DeclarationSwift @objc(THEOplayerAdIntegrationKindGOOGLE_DAI) case google_dai = 6
- 
                  
                  The ad is of custom integration type. DeclarationSwift @objc(THEOplayerAdIntegrationKindCUSTOM) case custom = 7
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
