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( |
void |
onResponse( |
public RetrofitResponse<T> retrofitResponse
public RetrofitCallback(RetrofitResponse<T> retrofitResponse)