Sendbird Chat SDK for Unity
SbOperatorListQuery

A class representing query to retrieve operator lists related to SbUser. More...

Public Member Functions

void LoadNextPage (SbUserListHandler inCompletionHandler)
 Gets the list of operators. The queried result is passed to handler as List. If this method is repeatedly called after each LoadNextPage() is finished, it retrieves the following pages of the operator list. More...
 

Properties

int Limit [get]
 The maximum number of operators 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

A class representing query to retrieve operator lists related to SbUser.

Since
4.0.0

Member Function Documentation

◆ LoadNextPage()

void LoadNextPage ( SbUserListHandler  inCompletionHandler)

Gets the list of operators. The queried result is passed to handler as List. If this method is repeatedly called after each LoadNextPage() is finished, it retrieves the following pages of the operator list.

Parameters
inCompletionHandler
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 operators per queried page.

Since
4.0.0