-
-
Method Summary
Modifier and Type Method Description abstract UnitonSuccess(Call<T> call, T response)Invoked for a received response. abstract UnitonFailure(Call<T> call, Throwable t)Invoked when a network exception occurred talking to the server or when an unexpected exception occurred creating the request or processing the response.
-