public class RetrofitCallback<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
RetrofitResponse<T> |
retrofitResponse |
| Constructor and Description |
|---|
RetrofitCallback(RetrofitResponse<T> retrofitResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(<any> call,
java.lang.Throwable t) |
void |
onResponse(<any> call,
<any> response) |
public RetrofitResponse<T> retrofitResponse
public RetrofitCallback(RetrofitResponse<T> retrofitResponse)