Interface UserController.ProfileImageUploadCallback
- Enclosing class:
- UserController
public static interface UserController.ProfileImageUploadCallback
Callback interface for profile image upload success or failure.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error messagevoid
onProfileImageUploaded
(String imageUrl) Callback which contains the imageUrl for a users profile photo
-
Method Details
-
onProfileImageUploaded
Callback which contains the imageUrl for a users profile photo- Parameters:
imageUrl
- Url of profile image
-
onError
Callback which contains an error message- Parameters:
message
- description of the error
-