CoreModuleConfigDataStore

interface CoreModuleConfigDataStore : DataStore<LocalModuleConfig> (source)

Properties

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

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: LocalModuleConfig) -> LocalModuleConfig): LocalModuleConfig