public class ProfileEditHttpCallback
extends java.lang.Object
implements retrofit2.Callback<java.lang.Void>
| Constructor and Description |
|---|
ProfileEditHttpCallback(OnProfileEditCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(retrofit2.Call<java.lang.Void> call,
java.lang.Throwable t) |
void |
onResponse(retrofit2.Call<java.lang.Void> call,
retrofit2.Response<java.lang.Void> response) |
public ProfileEditHttpCallback(OnProfileEditCallback callback)
public void onResponse(retrofit2.Call<java.lang.Void> call,
retrofit2.Response<java.lang.Void> response)
onResponse in interface retrofit2.Callback<java.lang.Void>public void onFailure(retrofit2.Call<java.lang.Void> call,
java.lang.Throwable t)
onFailure in interface retrofit2.Callback<java.lang.Void>