Information to be delivered when the result is notified after HIVE SDK initialization. More...
Public Attributes | |
Boolean | isAuthorized |
HIVE (account) login history (True: Has HIVE login history, false: No HIVE login history) | |
LoginType | loginType = LoginType.GUEST |
HIVE Login type If GUEST, login to GUEST If ACCOUNT, DO HIVE login (based on id/password) If SELECT is present, account information mapped to HIVE login server through account login previously exists, and the account is in conflict state. | |
String | did |
Unique ID issued by HIVE authentication server in order to check the validity of HIVE login. | |
Boolean | isPGSLogin |
Whether Google Play Game Service (Android only) | |
String | playerName |
Google Play Game Service user profile name (Android only) | |
String | playerId |
Google Play Game Service user ID (Android only) | |
Information to be delivered when the result is notified after HIVE SDK initialization.
LoginType hive.AuthInitResult.loginType = LoginType.GUEST |
HIVE Login type
If GUEST, login to GUEST
If ACCOUNT, DO HIVE login (based on id/password)
If SELECT is present, account information mapped to HIVE login server through account login previously exists, and the account is in conflict state.
The game must display a screen for the user to select an account.
If AUTO, login is completed and the session key exists.