Interface UserController.ProfileImageRemovalCallback
- Enclosing class:
- UserController
public static interface UserController.ProfileImageRemovalCallback
Callback interface for profile image removal success or failure.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error messagevoid
Callback which is called upon successful remove profile image operation
-
Method Details
-
onProfileImageRemoved
void onProfileImageRemoved()Callback which is called upon successful remove profile image operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-