public abstract class GenericObjectCallback extends Object
| Constructor and Description |
|---|
GenericObjectCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequestStatisticNeed() |
boolean |
isRetryNeeded(int statusCode,
Throwable error) |
void |
onFailure(int statusCode,
Throwable error,
String content) |
void |
onFailure(Throwable error,
String content) |
void |
onGroupRequestFinished(int left,
int total,
AVObject object) |
void |
onSuccess(String content,
AVException e) |
void |
retry(Throwable error,
String content) |
public void onSuccess(String content, AVException e)
public void onGroupRequestFinished(int left,
int total,
AVObject object)
public boolean isRetryNeeded(int statusCode,
Throwable error)
public boolean isRequestStatisticNeed()
Copyright © 2017. All rights reserved.