Interface UserController.UpdateProfileCallback
- Enclosing class:
- UserController
public static interface UserController.UpdateProfileCallback
Callback interface for updating a user's profile.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback which contains an error messagevoidCallback 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
-