-
public interface OperatorListQuery.OperatorListQueryResultHandler
OperatorListQueryResult handler. This handler callback for next.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(List<User> queryResult, SendBirdException e)
Returns the queried list of operators if no error occurs. -
-
Method Detail
-
onResult
abstract void onResult(List<User> queryResult, SendBirdException e)
Returns the queried list of operators if no error occurs.
- Parameters:
queryResult
- The list of operators.e
- Returnsnull
if no error occurs.
-
-
-
-