package

com.kinvey.android.callback

Utility package for all of this libraries callback interfaces.

Interfaces

KinveyClientBuilderCallback This class provides callbacks for an creation of the client. 
KinveyDeleteCallback Use this for async callbacks when deleting entities 
KinveyListCallback<T> Use this for async callbacks when retrieving multiple entities 
KinveyPingCallback This class provides callbacks for an asynchronous Ping 
KinveyUriCallback Use this for async callbacks when requesting a URI 
KinveyUserCallback This callback is typed for a com.kinvey.java.User object, use it for operations on Users. 
KinveyUserDeleteCallback This class provides callbacks for an asynchronous Deletion of a User 
KinveyUserListCallback This callback is typed for an array of com.kinvey.java.User objects, use it for bulk operations on the User collection.. 
KinveyUserManagementCallback This callback is used for User Management operations, such as sending emails or password reset forms.