API Reference

com.kinvey.android.callback

Interface KinveyDeleteCallback



  • public KinveyDeleteCallback

    Use this for async callbacks when deleting entities

    • 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(java.lang.Integer result)
      Used to indicate successful execution of a request by the background service.
    • Method Detail

      • onSuccess

        void onSuccess(java.lang.Integer result)

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

        Parameters:
        result - deleted objects count
      • onFailure

        void onFailure(java.lang.Throwable error)

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

        Parameters:
        error - error