Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.gamesManagement.players

Google Play Game Management: players. 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/players

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

hide$clj

(hide$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/players/hide

Required parameters: playerId, applicationId

Optional parameters: none

Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.

https://developers.google.com/games/api/reference/rest/v1management/players/hide

Required parameters: playerId, applicationId

Optional parameters: none

Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
sourceraw docstring

unhide$clj

(unhide$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/players/unhide

Required parameters: playerId, applicationId

Optional parameters: none

Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.

https://developers.google.com/games/api/reference/rest/v1management/players/unhide

Required parameters: playerId, applicationId

Optional parameters: none

Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
sourceraw docstring

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

× close