public interface ApiResult<T>
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
onError(java.lang.String errorMsg) |
|
void |
onSuccess(T response) |
|
-
Method Details
-
onError
void onError(java.lang.String errorMsg)
-
onSuccess
void onSuccess(
T response)