Liking cljdoc? Tell your friends :D

happygapi.games.achievements

Google Play Game Services: achievements. The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. See: https://developers.google.com/games/api/reference/rest/v1/achievements

Google Play Game Services: achievements.
The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more.
See: https://developers.google.com/games/api/reference/rest/v1/achievements
raw docstring

increment$clj

(increment$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/achievements/increment

Required parameters: stepsToIncrement, achievementId

Optional parameters: requestId

Increments the steps of the achievement with the given ID for the currently authenticated player.

https://developers.google.com/games/api/reference/rest/v1/achievements/increment

Required parameters: stepsToIncrement, achievementId

Optional parameters: requestId

Increments the steps of the achievement with the given ID for the currently authenticated player.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/achievements/list

Required parameters: playerId

Optional parameters: language, state, pageToken, maxResults

Lists the progress for all your application's achievements for the currently authenticated player.

https://developers.google.com/games/api/reference/rest/v1/achievements/list

Required parameters: playerId

Optional parameters: language, state, pageToken, maxResults

Lists the progress for all your application's achievements for the currently authenticated player.
sourceraw docstring

reveal$clj

(reveal$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/achievements/reveal

Required parameters: achievementId

Optional parameters: none

Sets the state of the achievement with the given ID to REVEALED for the currently authenticated player.

https://developers.google.com/games/api/reference/rest/v1/achievements/reveal

Required parameters: achievementId

Optional parameters: none

Sets the state of the achievement with the given ID to `REVEALED` for the currently authenticated player.
sourceraw docstring

setStepsAtLeast$clj

(setStepsAtLeast$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/achievements/setStepsAtLeast

Required parameters: steps, achievementId

Optional parameters: none

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.

https://developers.google.com/games/api/reference/rest/v1/achievements/setStepsAtLeast

Required parameters: steps, achievementId

Optional parameters: none

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.
sourceraw docstring

unlock$clj

(unlock$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/achievements/unlock

Required parameters: achievementId

Optional parameters: none

Unlocks this achievement for the currently authenticated player.

https://developers.google.com/games/api/reference/rest/v1/achievements/unlock

Required parameters: achievementId

Optional parameters: none

Unlocks this achievement for the currently authenticated player.
sourceraw docstring

updateMultiple$clj

(updateMultiple$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1/achievements/updateMultiple

Required parameters: none

Optional parameters: none

Body:

{:updates [{:incrementPayload GamesAchievementIncrement, :kind string, :updateType string, :setStepsAtLeastPayload GamesAchievementSetStepsAtLeast, :achievementId string}], :kind string}

Updates multiple achievements for the currently authenticated player.

https://developers.google.com/games/api/reference/rest/v1/achievements/updateMultiple

Required parameters: none

Optional parameters: none

Body: 

{:updates [{:incrementPayload GamesAchievementIncrement,
            :kind string,
            :updateType string,
            :setStepsAtLeastPayload GamesAchievementSetStepsAtLeast,
            :achievementId string}],
 :kind string}

Updates multiple achievements for the currently authenticated player.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close