loadMore

fun GroupChannelCollection.loadMore(handler: ResultHandler<List<GroupChannel>>?)

Loads next channel lists, depending on the GroupChannelListQueryOrder set in the current collection.

Since

4.15.0

Parameters

handler

ResultHandler to receive the next channel list.


suspend fun GroupChannelCollection.loadMore(): List<GroupChannel>

Deprecated

As of 4.17.0, replaced with awaitLoadMore().

Replace with

awaitLoadMore()

Loads next channel lists, depending on the GroupChannelListQueryOrder set in the current collection.

Return

The next channel list.

Since

4.15.0