Show / Hide Table of Contents

Class PurchasesResource.Subscriptionsv2Resource

The "subscriptionsv2" collection of methods.

Inheritance
System.Object
PurchasesResource.Subscriptionsv2Resource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class Subscriptionsv2Resource

Constructors

Subscriptionsv2Resource(IClientService)

Constructs a new resource.

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

Methods

Get(String, String)

Get metadata about a subscription

Declaration
public virtual PurchasesResource.Subscriptionsv2Resource.GetRequest Get(string packageName, string token)
Parameters
Type Name Description
System.String packageName

The package of the application for which this subscription was purchased (for example, 'com.some.thing').

System.String token

Required. The token provided to the user's device when the subscription was purchased.

Returns
Type Description
PurchasesResource.Subscriptionsv2Resource.GetRequest
In This Article
Back to top Generated by DocFX