FeedChannelListQuery

A class representing query to retrieve FeedChannel list for the current User.

The query can be get by calling SendbirdChat.createMyFeedChannelListQuery.

Since

4.6.0

Properties

Link copied to clipboard

Whether there is a next page.

Link copied to clipboard

Checks whether query result includes empty channels. (channels without messages).

Link copied to clipboard

Whether the current query is in communication progress with server.

Link copied to clipboard
val limit: Int

The maximum number of FeedChannels per page.

Functions

Link copied to clipboard

Verify that the given channel information matches the current query filter.

Link copied to clipboard

Gets the list of FeedChannels. 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 FeedChannel list. If there is no more pages to be read, an empty list (not null). is returned to handler.