Liking cljdoc? Tell your friends :D

happygapi.games.events

Google Play Game Services: events. 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/events

Google Play Game Services: events.
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/events
raw docstring

listByPlayer$clj

(listByPlayer$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/events/listByPlayer

Required parameters: none

Optional parameters: pageToken, maxResults, language

Returns a list showing the current progress on events in this application for the currently authenticated user.

https://developers.google.com/games/api/reference/rest/v1/events/listByPlayer

Required parameters: none

Optional parameters: pageToken, maxResults, language

Returns a list showing the current progress on events in this application for the currently authenticated user.
sourceraw docstring

listDefinitions$clj

(listDefinitions$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/events/listDefinitions

Required parameters: none

Optional parameters: pageToken, language, maxResults

Returns a list of the event definitions in this application.

https://developers.google.com/games/api/reference/rest/v1/events/listDefinitions

Required parameters: none

Optional parameters: pageToken, language, maxResults

Returns a list of the event definitions in this application.
sourceraw docstring

record$clj

(record$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1/events/record

Required parameters: none

Optional parameters: language

Body:

{:currentTimeMillis string, :requestId string, :timePeriods [{:kind string, :updates [EventUpdateRequest], :timePeriod EventPeriodRange}], :kind string}

Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.

https://developers.google.com/games/api/reference/rest/v1/events/record

Required parameters: none

Optional parameters: language

Body: 

{:currentTimeMillis string,
 :requestId string,
 :timePeriods [{:kind string,
                :updates [EventUpdateRequest],
                :timePeriod EventPeriodRange}],
 :kind string}

Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.
sourceraw docstring

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

× close