OpenChannelListQuery

A class representing query to retrieve OpenChannel list.

Currently, 1 kind of OpenChannel list can be queried. The list of OpenChannels the APP ID (refer to SendbirdChat.init has.

The query can be get by calling OpenChannel.createOpenChannelListQuery.

Properties

Link copied to clipboard

A filter to return only channels with the specified customType.

Link copied to clipboard

Indicate whether if there is a next page.

Link copied to clipboard

Indicate whether to include frozen channels or not.

Link copied to clipboard

Indicate whether to include channel metadata on fetch.

Link copied to clipboard

Indicate whether if the current query is in communication progress with server.

Link copied to clipboard
val limit: Int

Indicate the maximum number of OpenChannels per queried page.

Link copied to clipboard

Indicate search keyword for channel name.

Link copied to clipboard

Indicate search keyword for channel URL.

Functions

Link copied to clipboard

Gets the list of OpenChannels. The queried result is passed to handler as List. If this method is repeatedly called after each next is finished, it retrieves the following pages of the OpenChannel list. If there is no more pages to be read, an empty List (not null) is returned to handler.