Sendbird Chat SDK for Unity
SbBlockedUserListQuery

The SbBlockedUserListQuery class is a query class for getting the list of blocked users by the current user. More...

Public Member Functions

void LoadNextPage (SbUserListHandler inCompletionHandler)
 Gets the list of Users. The queried result is passed to handler as List. If this method is repeatedly called after each next is finished, it retrieves the following pages of the User list. If there is no more pages to be read, an empty List is returned to handler. More...
 

Properties

IReadOnlyList< string > UserIdsFilter [get]
 User IDs filter. User list containing the passed User IDs will be returned. More...
 
int Limit [get]
 The maximum number of Users per queried page. More...
 
bool HasNext [get]
 Whether there is a next page. More...
 
bool IsLoading [get]
 Whether the current query is in communication progress with server. More...
 

Detailed Description

The SbBlockedUserListQuery class is a query class for getting the list of blocked users by the current user.

Since
4.0.0

Member Function Documentation

◆ LoadNextPage()

void LoadNextPage ( SbUserListHandler  inCompletionHandler)

Gets the list of Users. The queried result is passed to handler as List. If this method is repeatedly called after each next is finished, it retrieves the following pages of the User list. If there is no more pages to be read, an empty List is returned to handler.

Since
4.0.0

Property Documentation

◆ HasNext

bool HasNext
get

Whether there is a next page.

Since
4.0.0

◆ IsLoading

bool IsLoading
get

Whether the current query is in communication progress with server.

Since
4.0.0

◆ Limit

int Limit
get

The maximum number of Users per queried page.

Since
4.0.0

◆ UserIdsFilter

IReadOnlyList<string> UserIdsFilter
get

User IDs filter. User list containing the passed User IDs will be returned.

Since
4.0.0