Enabled

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.

An optional defaultMetadata can be provided to set default metadata values for all analytics tracking.

Constructors

Link copied to clipboard
constructor(analyticsConfig: AnalyticsConfig = AnalyticsConfig(licenseKey = DEFERRED_ANALYTICS_LICENSE), defaultMetadata: DefaultMetadata = DefaultMetadata())

Properties

Link copied to clipboard
val analyticsConfig: AnalyticsConfig
Link copied to clipboard
val defaultMetadata: DefaultMetadata