Sendbird Chat SDK for Unity
|
A class representing query to retrieve lists related to muted User. More...
Public Member Functions | |
void | LoadNextPage (SbUserListHandler inCompletionHandler) |
Gets the list of RestrictedUsers. 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 SbRestrictedUser list. More... | |
Properties | |
int | Limit [get] |
The maximum number of items 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... | |
A class representing query to retrieve lists related to muted User.
void LoadNextPage | ( | SbUserListHandler | inCompletionHandler | ) |
Gets the list of RestrictedUsers. 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 SbRestrictedUser list.
inCompletionHandler |
|
get |
Whether there is a next page.
|
get |
Whether the current query is in communication progress with server.
|
get |
The maximum number of items per queried page.