
target.apidocs.com.google.api.services.gamesManagement.GamesManagement.Players.html Maven / Gradle / Ivy
GamesManagement.Players (Google Play Game Management v1management-rev20241209-2.0.0)
com.google.api.services.gamesManagement
Class GamesManagement.Players
- java.lang.Object
-
- com.google.api.services.gamesManagement.GamesManagement.Players
-
- Enclosing class:
- GamesManagement
public class GamesManagement.Players
extends Object
The "players" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
GamesManagement.Players.Hide
class
GamesManagement.Players.Unhide
-
Constructor Summary
Constructors
Constructor and Description
Players()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
GamesManagement.Players.Hide
hide(String applicationId,
String playerId)
Hide the given player's leaderboard scores from the given application.
GamesManagement.Players.Unhide
unhide(String applicationId,
String playerId)
Unhide the given player's leaderboard scores from the given application.
-
-
Method Detail
-
hide
public GamesManagement.Players.Hide hide(String applicationId,
String playerId)
throws IOException
Hide the given player's leaderboard scores from the given application. This method is only
available to user accounts for your developer console.
Create a request for the method "players.hide".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
unhide
public GamesManagement.Players.Unhide unhide(String applicationId,
String playerId)
throws IOException
Unhide the given player's leaderboard scores from the given application. This method is only
available to user accounts for your developer console.
Create a request for the method "players.unhide".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy