Interface UserController.ProfileImageRemovalCallback

Enclosing class:
UserController

public static interface UserController.ProfileImageRemovalCallback
Callback interface for profile image removal success or failure.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    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

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