com.google.android.gms.games.achievement
Stay organized with collections
Save and categorize content based on your preferences.
Contains classes for loading and updating achievements.
Annotations
Interfaces
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 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\u003eIncludes classes for managing and manipulating achievement data, such as loading and updating.\u003c/p\u003e\n"],["\u003cp\u003eProvides the \u003ccode\u003eAchievement\u003c/code\u003e interface for accessing achievement information and \u003ccode\u003eAchievementBuffer\u003c/code\u003e for handling lists of achievements.\u003c/p\u003e\n"],["\u003cp\u003eOffers \u003ccode\u003eAchievementEntity\u003c/code\u003e as a data object representing a set of achievement data for convenient storage and retrieval.\u003c/p\u003e\n"],["\u003cp\u003eWhile previously using \u003ccode\u003eAchievements\u003c/code\u003e, it is now recommended to utilize \u003ccode\u003eAchievementsClient\u003c/code\u003e for interactions with achievements.\u003c/p\u003e\n"]]],["The provided content details components for managing achievements. Key actions involve loading and updating achievement data. It defines `AchievementBuffer` for accessing lists of achievements and `AchievementEntity` for achievement data. There are also `AchievementState` and `AchievementType` to specify the state and type of an achievement. Deprecated interfaces, `Achievements`, `LoadAchievementsResult`, and `UpdateAchievementResult`, are noted to have been replaced by `AchievementsClient` and direct use of `AchievementBuffer`. `Achievement` is an interface for getting achievement information.\n"],null,[]]