Interface UserController.UpdateProfileCallback
- Enclosing class:
- UserController
public static interface UserController.UpdateProfileCallback
Callback interface for updating a user's profile.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error messagevoid
Callback which is called upon successful update profile operation
-
Method Details
-
onProfileUpdated
void onProfileUpdated()Callback which is called upon successful update profile operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-