library / io.getstream.chat.android.livedata.repository / QueryChannelsRepository

QueryChannelsRepository

class QueryChannelsRepository

Constructors

<init>

QueryChannelsRepository(queryChannelsDao: QueryChannelsDao)

Properties

queryChannelsDao

var queryChannelsDao: QueryChannelsDao

Functions

insert

suspend fun insert(queryChannelsEntity: QueryChannelsEntity): Unit

select

suspend fun select(id: String): QueryChannelsEntity?
suspend fun select(ids: List<String>): List<QueryChannelsEntity>