Interface UserController.UserFetchCallback
- Enclosing class:
- UserController
public static interface UserController.UserFetchCallback
Callback interface for fetching user information.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error messagevoid
onUserFetched
(User user) Callback which contains a User object
-
Method Details
-
onUserFetched
Callback which contains a User object- Parameters:
user
- User that is fetched
-
onError
Callback which contains an error message- Parameters:
message
- description of the error
-