Interface UserController.UpdateUserCallback
- Enclosing class:
- UserController
public static interface UserController.UpdateUserCallback
Callback interface for updating a user.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback which is called upon successful update user operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-