sync Account
제공된 API 외 경우에 계정의 충돌 여부를 확인할 수 있다.
Helps to inform whether accounts conflict or not when executing the provided as well as other APIs.
사용 조건
-# HIVE SDK 초기화 -# HIVE SignIn 완료
주요 결과 코드
ErrorCode | Code | Description | Solution |
SUCCESS | Success | 계정 상태 정상 | - |
NEED_INITIALIZED | AuthV4NotInitialized | HIVE SDK가 초기화되지 않은 경우 | AuthV4.setup() API로 HIVE SDK 초기화 |
CONFLICT_PLAYER | AuthV4ConflictPlayer | 로그인한 계정과 기기에 로그인된 PGS/GameCenter 계정이 다른 경우 | 계정 충돌 상황 해결 방법 안내에 따라 해결 |
NOT_SUPPORTED | AuthV4NotSupportedProviderType | PGS/GameCenter 외 Provider Type으로 계정 상태를 조회한 경우 | - |
Condition of use
-# Complete to initialize HIVE SDK -# Complete HIVE SignIn
Key result code
ErrorCode | Code | Description | Solution |
SUCCESS | Success | Account normal state | - |
NEED_INITIALIZED | AuthV4NotInitialized | HIVE SDK not initialized | Initialize HIVE SDK by implementing AuthV4.setup() API |
CONFLICT_PLAYER | AuthV4ConflictPlayer | Mismatched the signed-in account with PGS/GameCenter account on the device | Follow the resolution in accordance with the type of account conflicts |
NOT_SUPPORTED | AuthV4NotSupportedProviderType | Queried account state with other provider types except PGS/GameCenter | - |
Parameters
provider Type
ProviderType to request synchronization
listener
AuthV4HelperListener AuthV4Helper Sync Account result callback