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

QueryChannelsLoadMore

interface QueryChannelsLoadMore

Functions

invoke

Load more channels for this query

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

Inheritors

QueryChannelsLoadMoreImpl

class QueryChannelsLoadMoreImpl : QueryChannelsLoadMore