Chat iOS v4
Chat iOS
Chat
iOS
Version 4
Home
/
Chat
/
iOS
/
User
Retrieve a list of blocked users
Copy link
By using the BlockedUserListQuery
's loadNextPage(completionHandler:)
method, you can retrieve a list of all or specific blocked users in your Sendbird application. The method returns a list of User
objects that contain information about the blocked users.
With BlockedUserListQueryParams
's userIdsFilter
, you can retrieve a list of blocked users with the specified user IDs.