Open Channel List Query
A class representing query to retrieve OpenChannel list.
Currently, 1 kind of OpenChannel
list can be queried. The list of OpenChannel
s the APP ID
(refer to SendbirdChat.init has.
The query can be get by calling OpenChannel.createOpenChannelListQuery.
Properties
A filter to return only channels with the specified customType.
Indicate whether to include frozen channels or not.
Indicate whether to include channel metadata on fetch.
Indicate whether if the current query is in communication progress with server.
Indicate search keyword for channel name.
Indicate search keyword for channel URL.
Functions
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.