public static interface UserListQuery.UserListQueryResultHandler
UserListQuery.next(UserListQueryResultHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(java.util.List<User> queryResult,
SendBirdException e)
Returns the queried list of
User s if no error occurs. |
void onResult(java.util.List<User> queryResult, SendBirdException e)
User
s if no error occurs.queryResult
- The list of User
s. 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.