public class GamesManagement.Players
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GamesManagement.Players.Hide |
class |
GamesManagement.Players.Unhide |
| Constructor and Description |
|---|
GamesManagement.Players() |
| Modifier and Type | Method and Description |
|---|---|
GamesManagement.Players.Hide |
hide(java.lang.String applicationId,
java.lang.String playerId)
Hide the given player's leaderboard scores from the given application.
|
GamesManagement.Players.Unhide |
unhide(java.lang.String applicationId,
java.lang.String playerId)
Unhide the given player's leaderboard scores from the given application.
|
public GamesManagement.Players.Hide hide(java.lang.String applicationId, java.lang.String playerId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.applicationId - The application ID from the Google Play developer console.playerId - A player ID. A value of me may be used in place of the authenticated player's ID.java.io.IOExceptionpublic GamesManagement.Players.Unhide unhide(java.lang.String applicationId, java.lang.String playerId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.applicationId - The application ID from the Google Play developer console.playerId - A player ID. A value of me may be used in place of the authenticated player's ID.java.io.IOException