Show / Hide Table of Contents

Class PurchasesResource.ProductsResource

The "products" collection of methods.

Inheritance
System.Object
PurchasesResource.ProductsResource
Namespace: Google.Apis.AndroidPublisher.v2
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class ProductsResource : object

Constructors

ProductsResource(IClientService)

Constructs a new resource.

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

Methods

Get(String, String, String)

Checks the purchase and consumption status of an inapp item.

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

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

System.String productId

The inapp product SKU (for example, 'com.some.thing.inapp1').

System.String token

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

Returns
Type Description
PurchasesResource.ProductsResource.GetRequest
Back to top