public interface QBEntityCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(QBResponseException responseException)
Override this function with the code you want to run after the request is complete with errors
|
void |
onSuccess(T result,
Bundle params)
Override this function with the code you want to run after the request is complete with response data
|
void onSuccess(T result, Bundle params)
result - Entity returned from the serverparams - Additional parameters returned from the servervoid onError(QBResponseException responseException)
responseException -