library / io.getstream.chat.android.livedata.dao / ChannelConfigDao

ChannelConfigDao

interface ChannelConfigDao

Functions

insert

abstract suspend fun insert(channelConfigEntity: ChannelConfigEntity): Unit

insertMany

abstract suspend fun insertMany(channelConfigEntities: List<ChannelConfigEntity>): Unit

selectAll

abstract suspend fun selectAll(): List<ChannelConfigEntity>