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