API Reference

com.kinvey.android.callback

Interface KinveyCountCallback



  • public KinveyCountCallback
    • 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 - count of the number of entities in the collection
      • onFailure

        void onFailure(java.lang.Throwable error)

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

        Parameters:
        error - error