ApplicationUserListQuery

ApplicationUserListQuery

Query class used to get users from within application. Initialize this class with sendbird.createApplicationUserListQuery()

Members

hasNext :boolean

Type:
  • boolean

isLoading :boolean

Type:
  • boolean

limit :number

Default Value:
  • 20
Type:
  • number

metaDataKeyFilter :string

Default Value:
  • ""
Type:
  • string

metaDataValuesFilter :Array.<string>

Default Value:
  • []
Type:
  • Array.<string>

(nullable) nicknameStartsWithFilter :string

Default Value:
  • null
Type:
  • string

userIdsFilter :Array.<string>

Default Value:
  • []
Type:
  • Array.<string>

Methods

next(callbackopt) → {Promise|undefined}

Executes the query

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