Liking cljdoc? Tell your friends :D

happygapi.games.achievements

Google Play Game Services API: achievements. The API for Google Play Game Services. See: https://developers.google.com/games/services/api/reference/rest/v1/achievements

Google Play Game Services API: achievements.
The API for Google Play Game Services.
See: https://developers.google.com/games/services/api/reference/rest/v1/achievements
raw docstring

increment$clj

(increment$ auth parameters)

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

Required parameters: achievementId, stepsToIncrement

Optional parameters: requestId

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

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

Required parameters: achievementId, stepsToIncrement

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/services/api/reference/rest/v1/achievements/list

Required parameters: playerId

Optional parameters: language, maxResults, pageToken, state

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

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

Required parameters: playerId

Optional parameters: language, maxResults, pageToken, state

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/services/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/services/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/services/api/reference/rest/v1/achievements/setStepsAtLeast

Required parameters: achievementId, steps

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/services/api/reference/rest/v1/achievements/setStepsAtLeast

Required parameters: achievementId, steps

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/services/api/reference/rest/v1/achievements/unlock

Required parameters: achievementId

Optional parameters: builtinGameId

Unlocks this achievement for the currently authenticated player.

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

Required parameters: achievementId

Optional parameters: builtinGameId

Unlocks this achievement for the currently authenticated player.
sourceraw docstring

updateMultiple$clj

(updateMultiple$ auth parameters body)

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

Required parameters: none

Optional parameters: builtinGameId

Body:

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

Updates multiple achievements for the currently authenticated player.

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

Required parameters: none

Optional parameters: builtinGameId

Body: 

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

Updates multiple achievements for the currently authenticated player.
sourceraw docstring

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

× close