![]() |
CotC C# SDK for Unity
v1.4.0.1
Making social games is easy !
|
Represents a paginated list, which allows for easy navigation through multiple results.
Properties | |
bool | HasPrevious [get] |
bool | HasNext [get] |
Bundle | ServerData [get] |
Public Member Functions | |
Promise< PagedList< DataType > > | FetchNext () |
Fetches the next results and calls the same handler again. More... | |
Promise< PagedList< DataType > > | FetchPrevious () |
Fetches the previous results and calls the same handler again. More... | |
override string | ToString () |
Public Attributes | |
int | MaxPage |
int | Offset |
int | Total |
|
get |
|
get |
Promise<PagedList<DataType> > CotcSdk.PagedList< DataType >.FetchNext | ( | ) |
Fetches the next results and calls the same handler again.
Promise<PagedList<DataType> > CotcSdk.PagedList< DataType >.FetchPrevious | ( | ) |
Fetches the previous results and calls the same handler again.
int CotcSdk.PagedList< DataType >.Offset |
int CotcSdk.PagedList< DataType >.Total |