public class AndroidPublisher.Purchases.Products extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Purchases.Products.Get |
| Constructor and Description |
|---|
Products() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Purchases.Products.Get |
get(String packageName,
String productId,
String token)
Checks the purchase and consumption status of an inapp item.
|
public AndroidPublisher.Purchases.Products.Get get(String packageName, String productId, String token) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - The package name of the application the inapp product was sold in (for example, 'com.some.thing').productId - The inapp product SKU (for example, 'com.some.thing.inapp1').token - The token provided to the user's device when the inapp product was purchased.IOExceptionCopyright © 2011–2019 Google. All rights reserved.