com.kinvey.android.callback.KinveyUserListCallback |
This callback is typed for an array of com.kinvey.java.User objects, use it for bulk operations on the User collection..
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Method invoked after a failed request against a set of Users
error | - details about the error |
---|
Method invoked after a successful request against a set of Users
result | - the modified users |
---|