Class RecallResource.LastTokenFromAllDeveloperGamesRequest
Retrieve the last Recall token from all developer games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.
Inheritance
RecallResource.LastTokenFromAllDeveloperGamesRequest
Implements
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RecallResource.LastTokenFromAllDeveloperGamesRequest : GamesBaseServiceRequest<RetrieveDeveloperGamesLastPlayerTokenResponse>, IClientServiceRequest<RetrieveDeveloperGamesLastPlayerTokenResponse>, IClientServiceRequest
Constructors
LastTokenFromAllDeveloperGamesRequest(IClientService, string)
Constructs a new LastTokenFromAllDeveloperGames request.
Declaration
public LastTokenFromAllDeveloperGamesRequest(IClientService service, string sessionId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | sessionId |
Properties
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
SessionId
Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.
Declaration
[RequestParameter("sessionId", RequestParameterType.Path)]
public virtual string SessionId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes LastTokenFromAllDeveloperGames parameter list.
Declaration
protected override void InitParameters()