Liking cljdoc? Tell your friends :D

happygapi.games.events

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

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

listByPlayer$clj

(listByPlayer$ auth parameters)

https://developers.google.com/games/services/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/services/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.
sourceraw docstring

listDefinitions$clj

(listDefinitions$ auth parameters)

https://developers.google.com/games/services/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/services/api/reference/rest/v1/events/listDefinitions

Required parameters: none

Optional parameters: language, maxResults, pageToken

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

record$clj

(record$ auth parameters body)

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

Required parameters: none

Optional parameters: language

Body:

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

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/services/api/reference/rest/v1/events/record

Required parameters: none

Optional parameters: language

Body: 

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

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