Show / Hide Table of Contents

Class InapppurchasesResource

The "inapppurchases" collection of methods.

Inheritance
System.Object
InapppurchasesResource
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.v1_1
Assembly: Google.Apis.AndroidPublisher.v1_1.dll
Syntax
public class InapppurchasesResource

Constructors

InapppurchasesResource(IClientService)

Constructs a new resource.

Declaration
public InapppurchasesResource(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 InapppurchasesResource.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
InapppurchasesResource.GetRequest
Back to top