AnalyticsPlayerConfig
Configuration for the analytics data collection feature on the Player.
Inheritors
Types
Link copied to clipboard
Disables analytics data collection for the Player.
Link copied to clipboard
data class Enabled(val analyticsConfig: AnalyticsConfig = AnalyticsConfig(licenseKey = DEFERRED_ANALYTICS_LICENSE), val defaultMetadata: DefaultMetadata = DefaultMetadata()) : AnalyticsPlayerConfig
Enables the analytics data collection feature for the Player. If no analyticsConfig is provided, analytics data collection is enabled with default configuration. In the default configuration the analytics license key is automatically fetch online, if one is associated and enabled for the used player license.