com.kinvey.android.callback.KinveyUserManagementCallback |
This callback is used for User Management operations, such as sending emails or password reset forms.
This methods which use this callback do not provide any return values, instead they either "ran" or "didn't run".
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onFailure(Throwable error)
Method invoked when a user operation fails to complete.
| ||||||||||
abstract void |
onSuccess(Void result)
Method invoked when a user operation completes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Method invoked when a user operation fails to complete.
error | - details about the error. |
---|
Method invoked when a user operation completes.
result | - typed to Void because there is no usable return value.
|
---|