Show / Hide Table of Contents

Class PlayersResource

The "players" collection of methods.

Inheritance
object
PlayersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 me may be used in place of the authenticated player's ID.

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 me may be used in place of the authenticated player's ID.

Returns
Type Description
PlayersResource.UnhideRequest
In this article
Back to top Generated by DocFX