CoreChannelSetDataStore

interface CoreChannelSetDataStore : DataStore<ChannelSet> (source)

Properties

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

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