HIVE SDK for Unity3D

Public Attributes | List of all members
hive.AuthInitResult Class Reference

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)
 

Detailed Description

Information to be delivered when the result is notified after HIVE SDK initialization.

Member Data Documentation

◆ loginType

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.


The documentation for this class was generated from the following file:
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy