Retrieves the previous page of LeaderboardEntryArray. If there is no previous page, this field will be empty.
String getNextUrl ( )
The url of the next page of leaderboard entries. It provides a link to the next set of entries in the leaderboard.
Returns
String
String getPreviousUrl ( )
The url of the previous leaderboard entries. It provides a link to the previous set of entries in the leaderboard.
Returns
String
long getSize ( )
The size of this leaderboard entry array in bytes. It provides information about the amount of data stored in the array.
Returns
long
long getTotalCount ( )
The total count of this leaderboard entry array, ignoring the pagination. It provides information about the total number of entries in the leaderboard.