API Reference

com.kinvey.android.callback

Interface KinveyReadCallback<T>



  • public KinveyReadCallback<T>

    Use this for async callbacks when retrieving multiple entities

    • Method Detail

      • onSuccess

        void onSuccess(com.kinvey.java.model.KinveyReadResponse<T> result)
      • onFailure

        void onFailure(java.lang.Throwable error)