public static interface InAppPurchase.IncompletePurchasesCallback
Modifier and Type | Method and Description |
---|---|
void |
onCallback(org.json.JSONObject result,
InAppPurchaseException exception)
callback's result has that translation of JSON data to result
|
void onCallback(org.json.JSONObject result, InAppPurchaseException exception)
result
- The result of the request. This is a translation of JSON data to 'JSONObject' objects This is null if there was an error.exception
- The 'Exception' representing any error that occurred.