FriendListQuery

FriendListQuery

Query class used to get list of friends. Initialize this class with sendbird.createFriendListQuery

Constructor

new FriendListQuery()

Members

hasMore :boolean

Type:
  • boolean

isLoading :boolean

Type:
  • boolean

limit :number

Default Value:
  • 20
Type:
  • number

Methods

next(callbackopt) → {Promise|undefined}

Executes the query

Parameters:
Name Type Attributes Description
callback userListQueryCallback <optional>
Returns:
Type
Promise | undefined