Show / Hide Table of Contents

Class PurchasesResource.Productsv2Resource

The "productsv2" collection of methods.

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

Constructors

Productsv2Resource(IClientService)

Constructs a new resource.

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

Methods

Getproductpurchasev2(string, string)

Checks the purchase and consumption status of an inapp item.

Declaration
public virtual PurchasesResource.Productsv2Resource.Getproductpurchasev2Request Getproductpurchasev2(string packageName, string token)
Parameters
Type Name Description
string packageName

The package name of the application the inapp product was sold in (for example, 'com.some.thing').

string token

The token provided to the user's device when the inapp product was purchased.

Returns
Type Description
PurchasesResource.Productsv2Resource.Getproductpurchasev2Request
In this article
Back to top Generated by DocFX