AgamaPlayerConfiguration
@objc(THEOplayerAgamaPlayerConfiguration)
public class AgamaPlayerConfiguration : NSObject, AnalyticsDescription, CodableThe Agama player configuration.
Since
v.2.61.0- 
                  
                  The analytics integration that is being used, in this case AnalyticsIntegration.agama.DeclarationSwift @objc public var integration: AnalyticsIntegration
- 
                  
                  The configuration string for the EMP client. DeclarationSwift @objc public private(set) var config: String { get }
- 
                  
                  The log level at which warnings/errors will be printed. Defaults to fatal (on crash) DeclarationSwift @objc public private(set) var logLevel: AgamaLogging { get }
- 
                  
                  The application name that will be used. DeclarationSwift @objc public private(set) var application: String { get }
- 
                  
                  The version of the application that currently is being used. DeclarationSwift @objc public private(set) var applicationVersion: String { get }
- 
                  
                  The identifier of the account that can be used. This will be visible to detect your device on the Agama dashboard. DeclarationSwift @objc public private(set) var userAccountID: String? { get }
- 
                  
                  Constructs an AgamaPlayerConfiguration object. DeclarationSwift @objc public init(config: String, logLevel: AgamaLogging = .fatal, application: String? = nil, applicationVersion: String? = nil, userAccountID: String? = nil)ParametersconfigConfiguration string EXP: ‘agg_server_ip=http://127.0.0.1:8191/report;report_interval=60;id_report_interval=240;operator_id=fooSoo’ logLevelAgamaLogging. Defaults to AgamaLogging.fatal.applicationApplication’s name, it will be automatically detected from the host app if nil is provided. Defaults to nil. applicationVersionApplication’s version, it will be automatically detected from the host app if nil is provided. Defaults to nil. 
- 
                  
                  Constructs an AgamaPlayerConfiguration object. DeclarationSwift @objc public convenience init(config: String)ParametersconfigConfiguration string EXP: ‘agg_server_ip=http://127.0.0.1:8191/report;report_interval=60;id_report_interval=240;operator_id=fooSoo’ 
 AgamaPlayerConfiguration Class Reference
      AgamaPlayerConfiguration Class Reference