Package-level declarations

Types

Link copied to clipboard
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.

Functions

Link copied to clipboard
fun shouldEnableReporting(isLive: Boolean, liveThresholdMs: Long?, vodThresholdMs: Long?): Boolean