ConvivaConfiguration

data class ConvivaConfiguration(val customerKey: String, val allowBackgroundDataCapture: Boolean = false, val appContext: Context, val provider: AnalyticsReporter.Provider = AnalyticsReporter.Provider.CONVIVA) : AnalyticsReporter.Configuration

The Conviva specific extension of AnalyticsReporter.Configuration.

Constructors

Link copied to clipboard
constructor(customerKey: String, allowBackgroundDataCapture: Boolean = false, appContext: Context, provider: AnalyticsReporter.Provider = AnalyticsReporter.Provider.CONVIVA)

Properties

Link copied to clipboard

Tracks metrics even when the application goes to background if the value is set to true. Default is set to false.

Link copied to clipboard
open override val appContext: Context
Link copied to clipboard

The unique identifier of the Conviva configuration key.

Link copied to clipboard

The url for show-casing playbackSession on touchstone (A Conviva tool designed to assist in debugging and validating the integration of Conviva’s video sensor with streaming applications and platforms). Note: Never enable this for your production app.

Link copied to clipboard
Link copied to clipboard

Set logger level for additional logs.