Show / Hide Table of Contents

Class ApplicationsResource

The "applications" collection of methods.

Inheritance
object
ApplicationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationsResource

Constructors

ApplicationsResource(IClientService)

Constructs a new resource.

Declaration
public ApplicationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.

Declaration
public virtual ApplicationsResource.GetRequest Get(string applicationId)
Parameters
Type Name Description
string applicationId

The application ID from the Google Play developer console.

Returns
Type Description
ApplicationsResource.GetRequest

GetEndPoint()

Returns a URL for the requested end point type.

Declaration
public virtual ApplicationsResource.GetEndPointRequest GetEndPoint()
Returns
Type Description
ApplicationsResource.GetEndPointRequest

Played()

Indicate that the currently authenticated user is playing your application.

Declaration
public virtual ApplicationsResource.PlayedRequest Played()
Returns
Type Description
ApplicationsResource.PlayedRequest

Verify(string)

Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.

Declaration
public virtual ApplicationsResource.VerifyRequest Verify(string applicationId)
Parameters
Type Name Description
string applicationId

The application ID from the Google Play developer console.

Returns
Type Description
ApplicationsResource.VerifyRequest
In This Article
Back to top Generated by DocFX