Member List Query
A class representing query to retrieve lists related to group channel member.
Since
3.0.49
Types
The enum for MemberListQuery.order.
Properties
The url of the channel to get member list from.
Whether the current query is in communication progress with server.
A filter to return members with the member state matching to MemberStateFilter.
Muted member filter.
A filter to return members whose nicknames start with the specified string.
Operator filter.
Indicates how the query result should be ordered.
Functions
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
.