T_Response - The type of the response object.public interface RequestCallback<T_Response>
RequestCallback defines a callback interface for requests.| Modifier and Type | Method and Description |
|---|---|
void |
onError(RequestError error) |
void |
onResponse(T_Response response) |
void onResponse(T_Response response)
void onError(RequestError error)