LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerPagination Class Reference

Pagination state for leaderboard cursor-based pagination. More...

Properties

int total [get, set]
 The total number of entries on the leaderboard.
 
int? next_cursor [get, set]
 The cursor value for the next page of results, or null if on the last page.
 
int? previous_cursor [get, set]
 The cursor value for the previous page of results, or null if on the first page.
 
bool allowNext [get, set]
 Whether there is a next page of results available.
 
bool allowPrev [get, set]
 Whether there is a previous page of results available.
 

Detailed Description

Pagination state for leaderboard cursor-based pagination.