REST Resource: achievements
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
方法 |
|
为当前已通过身份验证的玩家递增具有给定 ID 的成就的步数。 |
|
列出当前已通过身份验证的玩家的应用中所有成就的进度。 |
|
将当前已通过身份验证的玩家具有给定 ID 的成就的状态设置为 REVEALED 。 |
|
为当前已通过身份验证的玩家设置达成成就的步骤。 |
|
为当前已通过身份验证的玩家解锁此成就。 |
|
更新当前已通过身份验证的玩家的多个成就。 |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# REST Resource: achievements\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| ### [increment](/games/services/web/api/rest/v1/achievements/increment) | Increments the steps of the achievement with the given ID for the currently authenticated player. |\n| ### [list](/games/services/web/api/rest/v1/achievements/list) | Lists the progress for all your application's achievements for the currently authenticated player. |\n| ### [reveal](/games/services/web/api/rest/v1/achievements/reveal) | Sets the state of the achievement with the given ID to `REVEALED` for the currently authenticated player. |\n| ### [setStepsAtLeast](/games/services/web/api/rest/v1/achievements/setStepsAtLeast) | Sets the steps for the currently authenticated player towards unlocking an achievement. |\n| ### [unlock](/games/services/web/api/rest/v1/achievements/unlock) | Unlocks this achievement for the currently authenticated player. |\n| ### [updateMultiple](/games/services/web/api/rest/v1/achievements/updateMultiple) | Updates multiple achievements for the currently authenticated player. |"]]