com.kinvey.android.offline.KinveySyncCallback |
This class provides callbacks from requests executed by the Offline API.
See the {@class com.kinvey.android.offline.OfflineResponseInfo} class for details about how offline requests are managed internally.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onFailure(OfflineResponseInfo responseInfo)
Used to indicate the failed execution of a request by the background service.
| ||||||||||
abstract void |
onSuccess(OfflineResponseInfo responseInfo)
Used to indicate successful execution of a request by the background service.
|
Used to indicate the failed execution of a request by the background service.
responseInfo | - Information about the request and failure. |
---|
Used to indicate successful execution of a request by the background service.
responseInfo | - Information about the request |
---|