T - the generic typepublic interface ServiceCallbackWithDetails<T>
| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure(java.lang.Exception e)
Called if there is an error during the request. 
 | 
void | 
onResponse(Response<T> response)
Called with the response. 
 |