Account callback information (AccountResult)
Data Structure
FINTLAccountResult: Inherited from FINTLBaseResult, it contains login information.
| Name | Type | Explanation |
|---|---|---|
| FINTLAccountProfile | Account information (AccountProfile) | Account personal information |
| ChannelID | int32 | Login channel ID |
| Channel | FString | Login channel |
| SeqID | FString | Data stream message sequence number |
| Username | FString | User-defined name |
| Uid | FString | User UID |
| Token | FString | User authorization token |
| Expiretime | int32 | Token expiration time |
| IsRegister | int32 | Registered or Not 0: No, 1: Yes |
| IsSetPassword | int32 | Password Set or Not 0: No, 1: Yes |
| IsReceiveEmail | int32 | Receiving Marketing Emails or Not 0: No, 1: Yes |
| VerifyCodeExpireTime | int32 | Verification code expiration time |
| CanBind | int32 | Can Bind Account or Not 0: No, 1: Yes |
| IsUserNameAvailable | int32 | Is Username Available 0: No, 1: Yes |
| PpAcceptanceVersion | FString | Privacy Agreement Version Number |
| TosAcceptanceVersion | FString | Terms of Service Version Number |
| PpAcceptanceTime | FDateTime | User's privacy agreement acceptance time |
| TosAcceptanceTime | FDateTime | User's Terms of Service acceptance time |
| HasGameSaccUid | bool | Current email registered with custom account UID |
| HasGameSaccOpenId | bool | Current email registered with custom account OpenID |
| HasLiUid | bool | Current email registered with LI PASS UID |
| HasLiOpenId | bool | Current email registered with LI PASS OpenID |
| NeedNotify | bool | Should notify user to upgrade to LI PASS |
| UserAgreedGameTos | FString | User agreed Terms of Service version, if not agreed pass empty value |
| UserAgreedGamePP | FString | User agreed privacy policy version, if not agreed pass empty value |
| UserAgreedLiPP | FString | Agreed LEVEL INFINITE PASS privacy policy version, if not agreed pass empty value |
| userAgreedLiDt | FString | User agreed data transmission protocol version, if not agreed pass empty value |
| UserAgreedLiTos | FString | Agreed LEVEL INFINITE PASS Terms of Service version, if not agreed pass empty value |
| UserAgreedGameDMA | FString | Agreed game DMA advertisement notification version, if not agreed pass empty value |
| UserAgreedReceiveEmailNight | int32 | Receive night marketing emails |
| AvatarInfo | FString | LI PASS avatar configuration list |
| AvatarURL | FString | User's LI PASS avatar URL |
| AvatarName | FString | User's LI PASS avatar name |
| ComplianceStatusInfo | FString | User's LI PASS compliance status information |
| PointsInfo | FString | User's LI PASS points information |