Liking cljdoc? Tell your friends :D

happygapi.gamesManagement.events

Google Play Game Management: events. The Google Play Game Management API allows developers to manage resources from the Google Play Game service. See: https://developers.google.com/games/api/reference/rest/v1management/events

Google Play Game Management: events.
The Google Play Game Management API allows developers to manage resources from the Google Play Game service.
See: https://developers.google.com/games/api/reference/rest/v1management/events
raw docstring

reset$clj

(reset$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/events/reset

Required parameters: eventId

Optional parameters: none

Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

https://developers.google.com/games/api/reference/rest/v1management/events/reset

Required parameters: eventId

Optional parameters: none

Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.
sourceraw docstring

resetAll$clj

(resetAll$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/events/resetAll

Required parameters: none

Optional parameters: none

Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

https://developers.google.com/games/api/reference/rest/v1management/events/resetAll

Required parameters: none

Optional parameters: none

Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.
sourceraw docstring

resetAllForAllPlayers$clj

(resetAllForAllPlayers$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/events/resetAllForAllPlayers

Required parameters: none

Optional parameters: none

Resets all draft events for all players. This method is only available to user accounts for your developer console.

https://developers.google.com/games/api/reference/rest/v1management/events/resetAllForAllPlayers

Required parameters: none

Optional parameters: none

Resets all draft events for all players. This method is only available to user accounts for your developer console.
sourceraw docstring

resetForAllPlayers$clj

(resetForAllPlayers$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/events/resetForAllPlayers

Required parameters: eventId

Optional parameters: none

Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset.

https://developers.google.com/games/api/reference/rest/v1management/events/resetForAllPlayers

Required parameters: eventId

Optional parameters: none

Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset.
sourceraw docstring

resetMultipleForAllPlayers$clj

(resetMultipleForAllPlayers$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1management/events/resetMultipleForAllPlayers

Required parameters: none

Optional parameters: none

Body:

{:kind string, :event_ids [string]}

Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.

https://developers.google.com/games/api/reference/rest/v1management/events/resetMultipleForAllPlayers

Required parameters: none

Optional parameters: none

Body: 

{:kind string, :event_ids [string]}

Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.
sourceraw docstring

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

× close