class DeleteFileCallback
extends java.lang.Object
implements retrofit.Callback<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
(package private) android.content.Context |
context |
(package private) java.lang.String |
storedExceptionFileName |
(package private) Utils |
utils |
| Constructor and Description |
|---|
DeleteFileCallback(android.content.Context context,
java.lang.String storedExceptionFileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
failure(retrofit.RetrofitError error)
Request failed.
|
void |
success(java.lang.Object o,
retrofit.client.Response response)
Request was successful.
|
final android.content.Context context
final java.lang.String storedExceptionFileName
Utils utils
DeleteFileCallback(android.content.Context context,
java.lang.String storedExceptionFileName)
public void success(java.lang.Object o,
retrofit.client.Response response)
storedExceptionFileNamesuccess in interface retrofit.Callback<java.lang.Object>public void failure(retrofit.RetrofitError error)
failure in interface retrofit.Callback<java.lang.Object>