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 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."],[[["This page documents the Games client class, providing access to basic games functionality."],["Includes various interfaces for interacting with achievements, events, leaderboards, players, and other game features."],["Offers classes for managing game data, authentication, and player information."],["Provides annotations, exceptions related to specific game operations like friend access and snapshots."]]],["This content defines the Google Play Games client library, outlining its structure and functionality. Key components include various client interfaces such as `AchievementsClient`, `EventsClient`, `GamesClient`, `LeaderboardsClient`, `PlayersClient`, `SnapshotsClient`, and `RecallClient`, which are used to interact with corresponding game features. Data interfaces like `Game`, `Player`, and `CurrentPlayerInfo` provide information retrieval. Core classes, such as `GameEntity`, `PlayerEntity`, and `AnnotatedData` handle data structures, while classes like `PageDirection` and `SnapshotsClient.ResolutionPolicy` manage data organization.\n"]]