Skip to main content

GUAAccountResult

Data Structures

GUAAccountResult: Account callback information, inherits from GUABaseResult, includes login information.

ParameterTypeDescription
Profile
[Player Network SDK Only]
GUAAccountProfileAccount profile
ChannelIDintChannel ID
ChannelstringChannel name
SeqIDstringSequence ID
UsernamestringUsername
UidstringUser ID
TokenstringUser login token
ExpiretimelongToken expiration time
IsRegisterintWhether the user is registered
0: False, 1: True
IsSetPasswordintWhether password is set
0: False, 1: True
IsReceiveEmailintWhether to receive marketing emails
0: False, 1: True
VerifyCodeExpireTimelongVerification code expiration time
CanBind
[Player Network SDK Only]
intWhether the account can be linked
0: False, 1: True
IsUserNameAvailable
[Player Network SDK Only]
intWhether the username is available
0: False, 1: True
TosAcceptanceVersion
[Player Network SDK Only]
stringVersion of Terms of Service the user accepted
PpAcceptanceVersion
[Player Network SDK Only]
stringVersion of Privacy Policy the user accepted
TosAcceptanceTime
[Player Network SDK Only]
longTime when user accepted the Terms of Service
PpAcceptanceTime
[Player Network SDK Only]
longTime when user accepted the Privacy Policy