AppMetricaAdapter

VarioqubConfigAdapter implementation for the AppMetrica SDK. This adapter is compatible with AppMetrica SDK 5.x.x and 6.x.x

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val adapterName: String

Functions

Link copied to clipboard
open override fun reportConfigChanged(configData: ConfigData)

Reports a configuration change.

Link copied to clipboard
open override fun requestDeviceId(callback: AdapterIdentifiersCallback)

Retrieves the device identifier.

Link copied to clipboard
open override fun requestUserId(callback: AdapterIdentifiersCallback)

Retrieves the user identifier.

Link copied to clipboard

Sets a custom reporter for events sent from AppMetrica. For more information about AppMetrica reporters, see the AppMetrica docs.

Link copied to clipboard
open override fun setExperiments(experiments: String)

Sets current active experiments.

Link copied to clipboard
open override fun setTriggeredTestIds(triggeredTestIds: Set<Long>)

Sets the triggered test IDs.