com.google.android.gms.games.leaderboard
Stay organized with collections
Save and categorize content based on your preferences.
Contains data classes for leaderboards.
Annotations
Interfaces
Leaderboard
|
Data interface for leaderboard
metadata. |
LeaderboardScore
|
Data interface representing a single score on a
leaderboard. |
LeaderboardVariant
|
Data interface for a specific variant of a
leaderboard; a variant is defined by the combination of the leaderboard's collection
(public or friends) and time span (daily, weekly, or all-time). |
Classes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["Provides data classes and interfaces for interacting with leaderboards in Android games."],["Includes interfaces for accessing leaderboard metadata, individual scores, and leaderboard variants."],["Offers data buffers for efficient handling of leaderboard and score data."],["Contains classes for managing score submission and retrieving submission results."]]],["The content defines data structures for leaderboards, including interfaces for `Leaderboard`, `LeaderboardScore`, and `LeaderboardVariant`. `LeaderboardVariant` specifies collection (public/friends) and time span (daily/weekly/all-time). Classes include `LeaderboardBuffer` and `LeaderboardScoreBuffer` for data handling. `ScoreSubmissionData` and `ScoreSubmissionData.Result` detail the outcome of submitting scores, including per-time-span results.\n"]]