Class PlayersResource.GetMultipleApplicationPlayerIdsRequest
Get the application player ids for the currently authenticated player across all requested games by the same developer as the calling application. This will only return ids for players that actually have an id (scoped or otherwise) with that game.
Inheritance
PlayersResource.GetMultipleApplicationPlayerIdsRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class PlayersResource.GetMultipleApplicationPlayerIdsRequest : GamesBaseServiceRequest<GetMultipleApplicationPlayerIdsResponse>, IClientServiceRequest<GetMultipleApplicationPlayerIdsResponse>, IClientServiceRequest
Constructors
GetMultipleApplicationPlayerIdsRequest(IClientService)
Constructs a new GetMultipleApplicationPlayerIds request.
Declaration
public GetMultipleApplicationPlayerIdsRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ApplicationIds
Required. The application IDs from the Google Play developer console for the games to return scoped ids for.
Declaration
[RequestParameter("applicationIds", RequestParameterType.Query)]
public virtual Repeatable<string> ApplicationIds { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetMultipleApplicationPlayerIds parameter list.
Declaration
protected override void InitParameters()