Show / Hide Table of Contents

Class PurchasesResource.ProductsResource

The "products" collection of methods.

Inheritance
System.Object
PurchasesResource.ProductsResource
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 ProductsResource

Constructors

ProductsResource(IClientService)

Constructs a new resource.

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

Methods

Acknowledge(ProductPurchasesAcknowledgeRequest, String, String, String)

Acknowledges a purchase of an inapp item.

Declaration
public virtual PurchasesResource.ProductsResource.AcknowledgeRequest Acknowledge(ProductPurchasesAcknowledgeRequest body, string packageName, string productId, string token)
Parameters
Type Name Description
ProductPurchasesAcknowledgeRequest body

The body of the request.

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.AcknowledgeRequest

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
In This Article
Back to top Generated by DocFX