Chat SDK for Unity and Windows v1.2.0
Properties | List of all members
AgoraChat.PageResult< T > Class Template Reference
Inheritance diagram for AgoraChat.PageResult< T >:

Properties

int PageCount [get, set]
 
List< T > Data [get, set]
 

Detailed Description

The pagination class.

This class contains the page number for the next query and the number of records on the page.

The class instance is returned when you make a paginated query.

Parameters
<T>The generic <T> type.

Property Documentation

◆ PageCount

int AgoraChat.PageResult< T >.PageCount
getset

The number of records on the current page.

If the value of PageCount is smaller than the number of records that you expect to get on each page, the current page is the last page.

◆ Data

List<T> AgoraChat.PageResult< T >.Data
getset

The data of the generic List<T> type.