API Reference

com.kinvey.android.callback

Interface KinveyUserListCallback



  • public KinveyUserListCallback

    This callback is typed for an array of class User objects, use it for bulk operations on the User collection..

    See Also:
    class User
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method and Description
      void onFailure(java.lang.Throwable error)
      Method invoked after a failed request against a set of Users
      void onSuccess(User[] result)
      Method invoked after a successful request against a set of Users
    • Method Detail

      • onSuccess

        void onSuccess(User[] result)

        Method invoked after a successful request against a set of Users

        Parameters:
        result -
        • the modified users

      • onFailure

        void onFailure(java.lang.Throwable error)

        Method invoked after a failed request against a set of Users

        Parameters:
        error -
        • details about the error