get
public AndroidPublisher.Inapppurchases.Get get(java.lang.String packageName,
java.lang.String productId,
java.lang.String token)
throws java.io.IOException
Checks the purchase and consumption status of an inapp item.
Create a request for the method "inapppurchases.get".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
java.io.IOException