Interface UserController.UserFetchCallback

Enclosing class:
UserController

public static interface UserController.UserFetchCallback
Callback interface for fetching user information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains a User object
  • Method Details

    • onUserFetched

      void onUserFetched(User user)
      Callback which contains a User object
      Parameters:
      user - User that is fetched
    • onError

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