AccountResult
Data structure
FINTLAccountResult:Inherits from FINTLBaseResult, include login information.
| Name | Type | Description |
|---|---|---|
| FINTLAccountProfile | AccountProfile | Account Profile |
| ChannelID | int32 | Channel ID |
| Channel | FString | Channel name |
| SeqID | FString | Data stream serial number |
| Username | FString | User defined name |
| Uid | FString | User UID |
| Token | FString | User login token |
| Expiretime | int32 | Token expire time |
| IsRegister | int32 | Whether the user is registered 0: False, 1: True |
| IsSetPassword | int32 | Whether password is set 0: False, 1: True |
| IsReceiveEmail | int32 | Whether to receive marketing emails 0: False, 1: True |
| VerifyCodeExpireTime | int32 | Verification code expire time |
| CanBind | int32 | Whether the account can be linked 0: False, 1: True |
| IsUserNameAvailable | int32 | Whether the username is available 0: False, 1: True |
| PpAcceptanceVersion | FString | Privacy Policy version |
| TosAcceptanceVersion | FString | Terms of Service version |
| PpAcceptanceTime | FDateTime | Privacy Policy acceptance time |
| TosAcceptanceTime | FDateTime | Terms of Service acceptance time |
| HasGameSaccUid | bool | Whether the current email is registered with a custom account UID |
| HasGameSaccOpenId | bool | Whether the current email is registered with a custom account OpenID |
| HasLiUid | bool | Whether the current email is registered with an LI PASS UID |
| HasLiOpenId | bool | Whether the current email is registered with an LI PASS OpenID |
| NeedNotify | bool | Whether to prompt the user to upgrade to LI PASS |
| UserAgreedGameTos | FString | Version of Terms of Service the user accepted, pass empty if not accepted |
| UserAgreedGamePP | FString | Version of Privacy Policy the user accepted, pass empty if not accepted |
| UserAgreedLiPP | FString | Version of LEVEL INFINITE PASS Privacy Policy the user accepted, pass empty if not accepted |
| userAgreedLiDt | FString | Version of Data Transfer agreement the user accepted, pass empty if not accepted |
| UserAgreedLiTos | FString | Version of LEVEL INFINITE PASS Terms of Service the user accepted, pass empty if not accepted |
| UserAgreedGameDMA | FString | Version of DMA Advertising Notice the user accepted, pass empty if not accepted |
| UserAgreedReceiveEmailNight | int32 | Whether to receive nighttime marketing emails |
| AvatarInfo | FString | LI PASS avatar list |
| AvatarURL | FString | LI PASS avatar URL of the user |
| AvatarName | FString | LI PASS avatar name of the user |
| ComplianceStatusInfo | FString | LI PASS compliance status of the user |
| PointsInfo | FString | LI PASS rewards information of the user |