public abstract static class Adapter.JsonArrayCallback extends Adapter.JsonCallback
Adapter.Callback.onError(Throwable) method
is called.| Constructor and Description |
|---|
Adapter.JsonArrayCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onSuccess(org.json.JSONArray response)
The method invoked when the call completes successfully and the
response is a JSON array or
null if the response
string is "null". |
void |
onSuccess(java.lang.Object response)
The method invoked when the call completes successfully.
|
onSuccessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonErrorpublic abstract void onSuccess(org.json.JSONArray response)
null if the response
string is "null".response - The JSON array.public void onSuccess(java.lang.Object response)
Adapter.JsonCallbackJSONObject,
JSONArray, String, Number, Boolean, or
JSONObject.NULL.onSuccess in class Adapter.JsonCallbackresponse - The JSON object.