public interface

KinveySyncCallback

com.kinvey.android.offline.KinveySyncCallback

Class Overview

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.

Summary

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.

Public Methods

public abstract void onFailure (OfflineResponseInfo responseInfo)

Used to indicate the failed execution of a request by the background service.

Parameters
responseInfo - Information about the request and failure.

public abstract void onSuccess (OfflineResponseInfo responseInfo)

Used to indicate successful execution of a request by the background service.

Parameters
responseInfo - Information about the request