MemberListQuery

A class representing query to retrieve lists related to group channel member.

Since

3.0.49

Types

Link copied to clipboard

Properties

Link copied to clipboard

The url of the channel to get member list from.

Link copied to clipboard

Whether there is a next page.

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 group channel members per queried page.

Link copied to clipboard

A filter to return members with the member state matching to MemberStateFilter.

Link copied to clipboard

Muted member filter.

Link copied to clipboard

A filter to return members whose nicknames start with the specified string.

Link copied to clipboard

Operator filter.

Link copied to clipboard

Indicates how the query result should be ordered.

Functions

Link copied to clipboard

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