API Reference

com.kinvey.android.sync

Interface KinveyPullCallback



  • public KinveyPullCallback

    This class provides callbacks from requests executed by the Sync API.

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method and Description
      void onFailure(java.lang.Throwable error)
      Used to indicate the failed execution of a request by the background service.
      void onSuccess(com.kinvey.java.model.KinveyPullResponse result)
      Used to indicate successful execution of a request by the background service.
    • Method Detail

      • onSuccess

        void onSuccess(com.kinvey.java.model.KinveyPullResponse result)

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

      • onFailure

        void onFailure(java.lang.Throwable error)

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