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: 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/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.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: playerId

Optional parameters: pageToken, state, maxResults, language

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: pageToken, state, maxResults, language

Lists the progress for all your application's achievements for the currently authenticated player.
raw 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.
raw 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.
raw 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.
raw 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:

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

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: 

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

Updates multiple achievements for the currently authenticated player.
raw docstring

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

× close