public interface UserInfoListener
Modifier and Type | Method and Description |
---|---|
void |
userInfoDownloaded(User user)
Gets called when downloading user info succeeds.
|
void |
userInfoDownloadingFailed(Error error)
Gets called when downloading user info succeeds.
|
void userInfoDownloaded(User user)
user
- Object containing information about the current user.void userInfoDownloadingFailed(Error error)
error
- The error happened while trying to download user info.