CorePreferencesDataStore

Properties

Link copied to clipboard
abstract val data: Flow<Preferences>

Functions

Link copied to clipboard

Presents an existing store as CoreChannelSetDataStore; the wrapper adds nothing but identity.

Link copied to clipboard

Presents an existing store as CoreLocalConfigDataStore; the wrapper adds nothing but identity.

Link copied to clipboard

Presents an existing store as CoreLocalStatsDataStore; the wrapper adds nothing but identity.

Link copied to clipboard

Presents an existing store as CoreModuleConfigDataStore; the wrapper adds nothing but identity.

Link copied to clipboard

Presents an existing store as CorePreferencesDataStore; the wrapper adds nothing but identity.

Link copied to clipboard
abstract suspend fun updateData(transform: suspend (t: Preferences) -> Preferences): Preferences