Skip to content

v3.0.87

Compare
Choose a tag to compare
@Alchemist85K Alchemist85K released this 08 Nov 05:34
· 169 commits to master since this release
  • Added ApplicationUserListQuery.
    • It is used to get users created in the application.
    • It could be derived by createApplicationUserListQuery() in SendBird.
    • userIdsFilter: use to filter through userIds to get users.
    • metaDataKeyFilter: use to filter by user's metaData to get users. If you set this value, you should set metaDataValuesFilter too.
    • metaDataValuesFilter: use to filter by user's metaData to get users. If you set this value, you should set metaDataKeyFilter too.
  • Added userIdsFilter in BlockedUserListQuery to get filtered by userIds among users blocked by currentUser.
  • Deprecated createUserListQuery() in SendBird. We recommend that you use createApplicationUserListQuery().