GoogleDAIConfiguration
@objc(THEOplayerGoogleDAIConfiguration)
public class GoogleDAIConfiguration : NSObject, ServerSideAdInsertionConfiguration, CodableThe Google DAI configuration.
- 
                  
                  The identifier for the SSAI pre-integration, defaults to GoogleDAISSAIIntegrationID. DeclarationSwift @objc public var integration: SSAIIntegrationId
- 
                  
                  The type of the requested stream. DeclarationSwift @objc public var availabilityType: StreamType
- 
                  
                  The API key for the stream request. Remark - This key is used to verify applications that are attempting to access the content.
- This key is configured through the Google Ad Manager UI.
 DeclarationSwift @objc public var apiKey: String
- 
                  
                  The authorization token for the stream request. Remark - This token is used instead of the API key for stricter content authorization.
- The publisher can control individual content streams authorizations based on this token.
 DeclarationSwift @objc public var authToken: String?
- 
                  
                  The identifier for a stream activity monitor session. DeclarationSwift @objc public var streamActivityMonitorID: String?
- 
                  
                  The ad tag parameters added to stream request. DeclarationSwift @objc public var adTagParameters: [String : String]?
 GoogleDAIConfiguration Class Reference
      GoogleDAIConfiguration Class Reference