public class AndroidPublisher.Inapppurchases extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Inapppurchases.Get |
Constructor and Description |
---|
AndroidPublisher.Inapppurchases() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Inapppurchases.Get |
get(String packageName,
String productId,
String token)
Checks the purchase and consumption status of an inapp item.
|
public AndroidPublisher.Inapppurchases.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.IOException