public class UserInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
AccountInfo |
accountInfo |
String |
avatarUrl |
String |
displayName |
String |
email |
boolean |
hasTrackingAlias |
String |
identifier |
boolean |
justLoggedIn |
static UserInfo |
UNKNOWN |
| Constructor and Description |
|---|
UserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
List<String> |
getCodePacks() |
String |
getDecryptURL() |
String |
getFirstPack() |
String |
toString() |
public static final UserInfo UNKNOWN
public String identifier
public String email
public String displayName
public String avatarUrl
public boolean hasTrackingAlias
public boolean justLoggedIn
public AccountInfo accountInfo
Copyright © 2018. All rights reserved.