AnalyticsPermissionData

data class AnalyticsPermissionData(val isPermissionGranted: Boolean = false, val wasInfoDialogShown: Boolean = false)

Analytics configuration, stored in the shared preferences.

Constructors

Link copied to clipboard
constructor(isPermissionGranted: Boolean = false, wasInfoDialogShown: Boolean = false)

Properties

Link copied to clipboard

Initially, analytics are disabled, user needs to Opt-In to enable.

Link copied to clipboard

A flag indicating whether the info dialog has been shown.