Interface UserController.ProfileImageUploadCallback

Enclosing class:
UserController

public static interface UserController.ProfileImageUploadCallback
Callback interface for profile image upload success or failure.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains the imageUrl for a users profile photo
  • Method Details

    • onProfileImageUploaded

      void onProfileImageUploaded(String imageUrl)
      Callback which contains the imageUrl for a users profile photo
      Parameters:
      imageUrl - Url of profile image
    • onError

      void onError(String message)
      Callback which contains an error message
      Parameters:
      message - description of the error