ChannelSetRepository

class ChannelSetRepository @Inject constructor(channelSetStore: DataStore<<Error class: unknown class>>) : Logging

Class that handles saving and retrieving ChannelSet data.

Constructors

Link copied to clipboard
@Inject
constructor(channelSetStore: DataStore<<Error class: unknown class>>)

Properties

Link copied to clipboard
val channelSetFlow: Flow<<Error class: unknown class>>

Functions

Link copied to clipboard
suspend fun addAllSettings(settingsList: List<<Error class: unknown class>>)
Link copied to clipboard
suspend fun clearChannelSet()
Link copied to clipboard
suspend fun clearSettings()
Link copied to clipboard
suspend fun setLoraConfig(config: <Error class: unknown class>)
Link copied to clipboard
suspend fun updateChannelSettings(channel: <Error class: unknown class>)

Updates the ChannelSettings list with the provided channel.