BaseGroupChannelListQuery

Base class for group channel list queries.

Since

4.36.0

Inheritors

Properties

Link copied to clipboard
open var hasNext: Boolean

Whether there is a next page.

Link copied to clipboard

Indicates whether the query is currently loading channels.

Link copied to clipboard
abstract val limit: Int

The maximum number of channels per page.

Functions

Link copied to clipboard
abstract fun belongsTo(channel: GroupChannel): Boolean

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

Link copied to clipboard

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