Stay organized with collections
Save and categorize content based on your preferences.
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.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-08 UTC.
[null,null,["Last updated 2025-07-08 UTC."],[],[],null,["# GooglePlayGames.BasicApi.ScorePageToken Class Reference\n\nGooglePlayGames.BasicApi.ScorePageToken\n=======================================\n\nScore page token.\n\nSummary\n-------\n\nThis 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.\n\n| ### Properties ||\n|-----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Collection](#class_google_play_games_1_1_basic_api_1_1_score_page_token_1a1eb75c47667e76deedb31d83d4225e3c) | [LeaderboardCollection](/games/services/unity/v2/api/namespace/google-play-games/basic-api#namespace_google_play_games_1_1_basic_api_1a33fac2add308ad7414106822f66bc681) Gets the collection type of the leaderboard. |\n| [Direction](#class_google_play_games_1_1_basic_api_1_1_score_page_token_1a5e88241ce3b5eca9921b8d593118d15e) | [ScorePageDirection](/games/services/unity/v2/api/namespace/google-play-games/basic-api#namespace_google_play_games_1_1_basic_api_1a41534fba1862817cf8000c1711c1306f) Gets the direction of the score page navigation. |\n| [LeaderboardId](#class_google_play_games_1_1_basic_api_1_1_score_page_token_1a91837b7f2682b55701b9f58e15fdaf55) | `string` Gets the leaderboard ID associated with this token. |\n| [TimeSpan](#class_google_play_games_1_1_basic_api_1_1_score_page_token_1a08e4f8654bbe0bc73e76a647d3c56164) | [LeaderboardTimeSpan](/games/services/unity/v2/api/namespace/google-play-games/basic-api#namespace_google_play_games_1_1_basic_api_1a8d9a7be92fea2b7a31420b073558fbce) Gets the timespan of the leaderboard. |\n\nProperties\n----------\n\n### Collection\n\n```c#\nLeaderboardCollection Collection\n``` \nGets the collection type of the leaderboard.\n\nFor example, public or social. \n\n### Direction\n\n```c#\nScorePageDirection Direction\n``` \nGets the direction of the score page navigation.\n\nFor example, forward or backward. \n\n### LeaderboardId\n\n```c#\nstring LeaderboardId\n``` \nGets the leaderboard ID associated with this token. \n\n### TimeSpan\n\n```c#\nLeaderboardTimeSpan TimeSpan\n``` \nGets the timespan of the leaderboard.\n\nFor example, daily or all-time."]]