AgamaSourceConfiguration
@objc(THEOplayerAgamaSourceConfiguration)
public class AgamaSourceConfiguration : NSObject, AnalyticsDescription, CodableConfigure Agama analytics pre-integration.
- 
                  
                  The analytics integration. DeclarationSwift @objc public var integration: AnalyticsIntegration
- 
                  
                  Constructs an AgamaSourceConfiguration object. DeclarationSwift public init(asset: String, streamType: StreamType, serviceName: AgamaServiceName? = nil, cdn: String? = nil, contentTitle: String? = nil, contentType: String? = nil, contentDescription: String? = nil)ParametersassetThe name of the Asset. streamTypeType of stream can either be vod or live. serviceNameThe name of the service. Defaults to nil. cdnA string indicating the content distribution network that the content is being served from. Defaults to nil. contentTitleTitle of the content. Defaults to nil. contentTypeType of the content. Suggested values are ‘trailer’, ‘movie’, ‘news’, ‘documentary’, … Defaults to nil. contentDescriptionDescription of the content. Defaults to nil. 
 AgamaSourceConfiguration Class Reference
      AgamaSourceConfiguration Class Reference