AnalyticsPrefsImpl

class AnalyticsPrefsImpl(analyticsDataStore: DataStore<Preferences>, appDataStore: DataStore<Preferences>, dispatchers: CoroutineDispatchers) : AnalyticsPrefs(source)

Constructors

Link copied to clipboard
constructor(analyticsDataStore: DataStore<Preferences>, appDataStore: DataStore<Preferences>, dispatchers: CoroutineDispatchers)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val analyticsAllowed: StateFlow<Boolean>
Link copied to clipboard
open override val installId: StateFlow<String>

Functions

Link copied to clipboard
open override fun setAnalyticsAllowed(allowed: Boolean)