next

fun FeedChannelListQuery.next(handler: ResultHandler<List<FeedChannel>>?)

Retrieves list of FeedChannels

Since

4.16.1


fun GroupChannelListQuery.next(handler: ResultHandler<List<GroupChannel>>?)

Retrieves list of GroupChannels

Since

4.16.1


fun OpenChannelListQuery.next(handler: ResultHandler<List<OpenChannel>>?)

Retrieves list of OpenChannels

Since

4.16.1


fun PublicGroupChannelListQuery.next(handler: ResultHandler<List<GroupChannel>>?)

Retrieves list of public GroupChannels

Since

4.16.1


suspend fun FeedChannelListQuery.next(): List<FeedChannel>

Deprecated

As of 4.17.0, replaced with awaitNext().

Replace with

awaitNext()

Retrieves list of FeedChannels

Since

4.16.1


suspend fun GroupChannelListQuery.next(): List<GroupChannel>

Deprecated

As of 4.17.0, replaced with awaitNext().

Replace with

awaitNext()

Retrieves list of GroupChannels

Since

4.16.1


suspend fun OpenChannelListQuery.next(): List<OpenChannel>

Deprecated

As of 4.17.0, replaced with awaitNext().

Replace with

awaitNext()

Retrieves list of OpenChannels

Since

4.16.1


suspend fun PublicGroupChannelListQuery.next(): List<GroupChannel>

Deprecated

As of 4.17.0, replaced with awaitNext().

Replace with

awaitNext()

Retrieves list of public GroupChannels

Since

4.16.1