Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.games.pushtokens

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

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

remove$clj

(remove$ auth parameters body)

https://developers.google.com/games/services/api/reference/rest/v1/pushtokens/remove

Required parameters: none

Optional parameters: none

Body:

{:ios {:apns_device_token string, :apns_environment string}, :kind string}

Removes a push token for the current user and application. Removing a non-existent push token will report success.

https://developers.google.com/games/services/api/reference/rest/v1/pushtokens/remove

Required parameters: none

Optional parameters: none

Body: 

{:ios {:apns_device_token string, :apns_environment string},
 :kind string}

Removes a push token for the current user and application. Removing a non-existent push token will report success.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/games/services/api/reference/rest/v1/pushtokens/update

Required parameters: none

Optional parameters: none

Body:

{:clientRevision string, :id {:ios {:apns_device_token string, :apns_environment string}, :kind string}, :kind string, :language string}

Registers a push token for the current user and application.

https://developers.google.com/games/services/api/reference/rest/v1/pushtokens/update

Required parameters: none

Optional parameters: none

Body: 

{:clientRevision string,
 :id {:ios {:apns_device_token string, :apns_environment string},
      :kind string},
 :kind string,
 :language string}

Registers a push token for the current user and application.
sourceraw docstring

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

× close