An achievement. An achievement is used to represent player awards for in-game accomplishments.
For a list of methods for this resource, see the end of this page.
Resource representations
There is no persistent data associated with this resource.
Methods
- increment
- Increments the steps of the achievement with the given ID for the currently authenticated player.
- list
- Lists the progress for all your application's achievements for the currently authenticated player.
- reveal
- Sets the state of the achievement with the given ID to
REVEALED
for the currently authenticated player. - setStepsAtLeast
- Sets the steps for the currently authenticated player towards unlocking an achievement. If the steps parameter is less than the current number of steps that the player already gained for the achievement, the achievement is not modified.
- unlock
- Unlocks this achievement for the currently authenticated player.
- updateMultiple
- Updates multiple achievements for the currently authenticated player.