AuthInitResult

class AuthInitResult : DataModel

Hive SDK 초기화 후 결과 통지시 전달되는 정보
Information to be delivered when the result is notified after Hive SDK initialization.

Constructors

Link copied to clipboard
constructor()
constructor(isAuthorized: Boolean, loginType: Auth.LoginType, did: String?, isPGSLogin: Boolean, playerName: String?, playerId: String?)
constructor(did: String?)

Properties

Link copied to clipboard
var did: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Hive 로그인 형태
Hive Login type

Link copied to clipboard
Link copied to clipboard

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String