public interface

KinveyUserListCallback

implements KinveyClientCallback<T>
com.kinvey.android.callback.KinveyUserListCallback

Class Overview

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

Summary

Public Methods
abstract void onFailure(Throwable error)
Method invoked after a failed request against a set of Users
abstract void onSuccess(User[] result)
Method invoked after a successful request against a set of Users
[Expand]
Inherited Methods
From interface com.kinvey.java.core.KinveyClientCallback

Public Methods

public abstract void onFailure (Throwable error)

Method invoked after a failed request against a set of Users

Parameters
error - details about the error

public abstract void onSuccess (User[] result)

Method invoked after a successful request against a set of Users

Parameters
result - the modified users