Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ChannelSetDataSource(channelSetStore: DataStore<ChannelSet>)

Class that handles saving and retrieving ChannelSet data.

Link copied to clipboard
class LocalConfigDataSource(localConfigStore: DataStore<LocalConfig>)

Class that handles saving and retrieving LocalConfig data.

Link copied to clipboard

Interface that handles saving and retrieving LocalStats data.

Link copied to clipboard
open class LocalStatsDataSourceImpl(localStatsStore: DataStore<LocalStats>) : LocalStatsDataSource

Implementation of LocalStatsDataSource using DataStore.

Link copied to clipboard
class ModuleConfigDataSource(moduleConfigStore: DataStore<LocalModuleConfig>)

Class that handles saving and retrieving LocalModuleConfig data.

Link copied to clipboard