-
public interface FriendListQuery.FriendListQueryResultHandler
FriendListQueryResult 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 friends if no error occurs. -
-
Method Detail
-
onResult
abstract void onResult(List<User> queryResult, SendBirdException e)
Returns the queried list of friends if no error occurs.
- Parameters:
queryResult
- The list of friends.e
- Returnsnull
if no error occurs.
-
-
-
-