library / io.getstream.chat.android.livedata.usecase / QueryChannels

QueryChannels

interface QueryChannels

Functions

invoke

Queries offline storage and the API for channels matching the filter Returns a queryChannelsController

abstract operator fun invoke(filter: FilterObject, sort: QuerySort? = null, limit: Int = 30, messageLimit: Int = 10): Call2<QueryChannelsController>

Inheritors

QueryChannelsImpl

class QueryChannelsImpl : QueryChannels