get
public AndroidPublisher.Purchases.Subscriptionsv2.Get get(String packageName,
String token)
throws IOException
Get metadata about a subscription
Create a request for the method "subscriptionsv2.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 of the application for which this subscription was purchased (for example,
'com.some.thing').
token - Required. The token provided to the user's device when the subscription was purchased.
- Returns:
- the request
- Throws:
IOException