public static interface GroupChannelMemberListQuery.GroupChannelMemberListQueryResultHandler
GroupChannelMemberListQuery.next(GroupChannelMemberListQueryResultHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(java.util.List<Member> queryResult,
SendBirdException e)
Returns the queried list of group channel members if no error occurs.
|
void onResult(java.util.List<Member> queryResult, SendBirdException e)
queryResult
- The list of group channel members. Returns null
if error occurs.e
- Returns null
if no error occurs. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.