AnalyticsLicenseData
data class AnalyticsLicenseData(val key: String?)
Contains analytics specific data returned from the license server.
Constructors
| AnalyticsLicenseData | constructor(key: String?) |
Properties
| Name | Summary |
|---|---|
| key | val key: String? The analytics license key that is bundled with the configured player license. |