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
Achievement
|
Data interface for retrieving achievement
information. |
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."],[[["\u003cp\u003eProvides classes for managing achievements, including loading and updating them.\u003c/p\u003e\n"],["\u003cp\u003eOffers data structures like \u003ccode\u003eAchievementBuffer\u003c/code\u003e for accessing lists of achievements and \u003ccode\u003eAchievementEntity\u003c/code\u003e to represent achievement data.\u003c/p\u003e\n"],["\u003cp\u003eIncludes interfaces and enums to define achievement state and type using \u003ccode\u003eAchievement\u003c/code\u003e, \u003ccode\u003eAchievement.AchievementState\u003c/code\u003e, and \u003ccode\u003eAchievement.AchievementType\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# com.google.android.gms.games.achievement\n\nContains classes for loading and updating achievements.\n\n### Annotations\n\n|--------------------------------------------------------------------------------------------------------------------------|--------------------|\n| [Achievement.AchievementState](/android/reference/com/google/android/gms/games/achievement/Achievement.AchievementState) | Achievement state. |\n| [Achievement.AchievementType](/android/reference/com/google/android/gms/games/achievement/Achievement.AchievementType) | Achievement type. |\n\n### Interfaces\n\n|----------------------------------------------------------------------------------------|--------------------------------------------------------|\n| [Achievement](/android/reference/com/google/android/gms/games/achievement/Achievement) | Data interface for retrieving achievement information. |\n\n### Classes\n\n|----------------------------------------------------------------------------------------------------|------------------------------------------------------------|\n| [AchievementBuffer](/android/reference/com/google/android/gms/games/achievement/AchievementBuffer) | Data structure providing access to a list of achievements. |\n| [AchievementEntity](/android/reference/com/google/android/gms/games/achievement/AchievementEntity) | Data object representing a set of Achievement data. |"]]