com.google.android.gms.games
Stay organized with collections
Save and categorize content based on your preferences.
Contains the games client class.
Annotations
Interfaces
Classes
Exceptions
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 2025-09-10 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 2025-09-10 UTC."],[[["\u003cp\u003eThe Games API provides access to various functionalities such as achievements, events, leaderboards, player information, and saved games.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGames\u003c/code\u003e class serves as the main entry point for accessing these functionalities.\u003c/p\u003e\n"],["\u003cp\u003eSeveral client classes, like \u003ccode\u003eAchievementsClient\u003c/code\u003e, \u003ccode\u003eLeaderboardsClient\u003c/code\u003e, and \u003ccode\u003ePlayersClient\u003c/code\u003e, offer specific interactions within their respective domains.\u003c/p\u003e\n"],["\u003cp\u003eThe API includes data structures and interfaces to manage and retrieve game and player data, such as \u003ccode\u003eGame\u003c/code\u003e, \u003ccode\u003ePlayer\u003c/code\u003e, \u003ccode\u003eGameBuffer\u003c/code\u003e, and \u003ccode\u003ePlayerBuffer\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the API for creating, loading, and resolving conflicts with saved games through the \u003ccode\u003eSnapshotsClient\u003c/code\u003e and its associated classes.\u003c/p\u003e\n"]]],["This content details the Google Play Games services' client-side functionalities for Android. It defines various interfaces and classes that allow interaction with game-related features. Key actions involve using clients like `AchievementsClient`, `EventsClient`, `GamesClient`, `LeaderboardsClient`, `PlayersClient`, `SnapshotsClient`, and `GamesMetadataClient`. It supports retrieving player and game data, accessing leaderboards, handling snapshots, managing achievements and events, and accessing metadata. Also managing pagination and conflict resolution and error handling.\n"],null,[]]