Class PlayersResource
The "players" collection of methods.
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class PlayersResource
Constructors
PlayersResource(IClientService)
Constructs a new resource.
Declaration
public PlayersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Hide(string, string)
Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
Declaration
public virtual PlayersResource.HideRequest Hide(string applicationId, string playerId)
Parameters
Type | Name | Description |
---|---|---|
string | applicationId | The application ID from the Google Play developer console. |
string | playerId | A player ID. A value of |
Returns
Type | Description |
---|---|
PlayersResource.HideRequest |
Unhide(string, string)
Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
Declaration
public virtual PlayersResource.UnhideRequest Unhide(string applicationId, string playerId)
Parameters
Type | Name | Description |
---|---|---|
string | applicationId | The application ID from the Google Play developer console. |
string | playerId | A player ID. A value of |
Returns
Type | Description |
---|---|
PlayersResource.UnhideRequest |