connect
Provider 연결
Provider Connection
사용 조건
-# HIVE SDK 초기화 -# HIVE SignIn 완료
주요 결과 코드
ErrorCode | Code | Description | Solution |
SUCCESS | Success | Provider 연결 성공 | - |
NEED_INITIALIZED | AuthV4NotInitialized | HIVE SDK가 초기화되지 않은 경우 | AuthV4.setup() API로 HIVE SDK 초기화 |
CONFLICT_PLAYER | AuthV4ConflictPlayer | Connect를 시도한 Provider의 Player ID가 이미 있는 경우 playerInfo: 충돌 계정 정보 |
계정 충돌 상황 해결 방법 안내에 따라 해결 |
Condition of use
-# Compelte to initialize HIVE SDK -# Complete HIVE SignIn
Key result code
ErrorCode | Code | Description | Solution |
SUCCESS | Success | Succeeded to connect with Provider | - |
NEED_INITIALIZED | AuthV4NotInitialized | HIVE SDK not initialized | Initialize HIVE SDK by implementing AuthV4.setup() API |
CONFLICT_PLAYER | AuthV4ConflictPlayer | the player ID of the Provider to be connected already existed playerInfo: The information of conflicted account |
Follow the resolution in accordance with the type of account conflicts |
Parameters
listener
AuthV4HelperListener AuthV4Helper Connect result callback