public KinveySyncCallback
This class provides callbacks from requests executed by the Sync API.
Modifier and Type | Method and Description |
---|---|
void |
onFailure()
Used to indicate the failed execution of a request by the background service.
|
void |
onPullStarted()
Used to indicate start of pull request by background service
|
void |
onPullSuccess()
Used to indicate successful execution of pull request by background service
|
void |
onPushStarted()
Used to indicate start of push request by background service
|
void |
onPushSuccess()
Used to indicate successful execution of push request by background service
|
void |
onSuccess() |
void onSuccess()
void onPullStarted()
Used to indicate start of pull request by background service
void onPushStarted()
Used to indicate start of push request by background service
void onPullSuccess()
Used to indicate successful execution of pull request by background service
void onPushSuccess()
Used to indicate successful execution of push request by background service
void onFailure()
Used to indicate the failed execution of a request by the background service.