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/docs/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/docs/reference/rest/v1/events
(listByPlayer$ auth parameters)
https://developers.google.com/games/api/reference/rest/v1/events/listByPlayer
Required parameters: none
Optional parameters: language, maxResults, pageToken
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: language, maxResults, pageToken Returns a list showing the current progress on events in this application for the currently authenticated user.
(listDefinitions$ auth parameters)
https://developers.google.com/games/api/reference/rest/v1/events/listDefinitions
Required parameters: none
Optional parameters: language, maxResults, pageToken
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: language, maxResults, pageToken Returns a list of the event definitions in this application.
(record$ auth parameters body)
https://developers.google.com/games/api/reference/rest/v1/events/record
Required parameters: none
Optional parameters: language
Body:
{:kind string, :requestId string, :currentTimeMillis string, :timePeriods [{:timePeriod EventPeriodRange, :updates [EventUpdateRequest], :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: {:kind string, :requestId string, :currentTimeMillis string, :timePeriods [{:timePeriod EventPeriodRange, :updates [EventUpdateRequest], :kind string}]} Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close