loadMore

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

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

Return

The next channel list.

Since

4.15.0


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.