GooglePlayGames.BasicApi.ScorePageToken

Score page token.

Summary

This holds the internal token used to page through the score pages. The id, collection, and timespan are added as a convenience, and not actually part of the page token returned from the SDK.

Properties

Collection
Gets the collection type of the leaderboard.
Direction
Gets the direction of the score page navigation.
LeaderboardId
string
Gets the leaderboard ID associated with this token.
TimeSpan
Gets the timespan of the leaderboard.

Properties

Collection

LeaderboardCollection Collection

Gets the collection type of the leaderboard.

For example, public or social.

Direction

ScorePageDirection Direction

Gets the direction of the score page navigation.

For example, forward or backward.

LeaderboardId

string LeaderboardId

Gets the leaderboard ID associated with this token.

TimeSpan

LeaderboardTimeSpan TimeSpan

Gets the timespan of the leaderboard.

For example, daily or all-time.