ChannelConfigRepository

Repository to read and write data of ChannelConfig

Inheritors

Functions

Link copied to clipboard
abstract suspend fun cacheChannelConfigs()

Caches in memory data from DB.

Link copied to clipboard
abstract suspend fun clear()

Clear ChanelConfigs of this repository.

Link copied to clipboard
abstract suspend fun insertChannelConfig(config: ChannelConfig)
Link copied to clipboard
abstract suspend fun insertChannelConfigs(configs: Collection<ChannelConfig>)

Writes many ChannelConfig

Link copied to clipboard
abstract fun selectChannelConfig(channelType: String): ChannelConfig?

Select the ChannelConfig for a channel type.