Retrieve a list of members and operators in a specific order
The members and operators of a group channel can be retrieved by calling the loadNextPage(completionHandler:)
method of a MemberListQuery
instance.
MemberListOrder
For a specific order, set one of the options in the following table to the order
property of MemberListQueryParams
.
Value | Description |
---|---|
nicknameAlphabetical | Members are arranged in an alphabetical order. This is the default value. |
operatorThenMemberNicknameAlphabetical | Operators are listed first, then the members, both in an alphabetical order. |
GroupChannelOperatorFilter
For a specific order, set one of the options in the following table to the operatorFilter
property of MemberListQueryParams
.
Value | Description |
---|---|
all | No filter is applied to the group channel list. This is the default value. |
operator | Only operators are retrieved in the list. |
nonOperator | All members, except for operators, are retrieved in the list. |