show Conflict
충돌 상태를 알려주고 사용할 계정을 선택하는 HIVE UI 를 보여준다.
Displays conflict status, and HIVE UI avilable to select an account.
주요 결과 코드
ErrorCode | Code | Description |
PLAYER_CHANGE | AuthV4PlayerChange | 계정 충돌이 발생한 후 계정 전환에 성공한 경우 |
INVALID_PARAM | AuthV4InvalidConflictInfo | 계정 충돌이 발생하지 않은 상태에서 계정 충돌 해결을 요청한 경우 |
Key result code
ErrorCode | Code | Description |
PLAYER_CHANGE | AuthV4PlayerChange | Succeeded to change the player after accounts conflict |
INVALID_PARAM | AuthV4InvalidConflictInfo | Requested to resolve account conflicts not happened |
Parameters
listener
AuthV4HelperListener AuthV4Helper Show Conflict result callback
fun showConflict(conflictData: AuthV4.Helper.ConflictSingleViewInfo, listener: AuthV4.Helper.AuthV4HelperListener)
충돌 상태를 알려주고 사용할 계정을 선택할 수 있고, 게임 정보를 같이 표현할 수 있는 HIVE UI 를 보여준다.
Displays conflict status, and HIVE UI which is available to select an account as well as shows game information.
주요 결과 코드
ErrorCode | Code | Description |
PLAYER_CHANGE | AuthV4PlayerChange | 계정 충돌이 발생한 후 계정 전환에 성공한 경우 |
INVALID_PARAM | AuthV4InvalidConflictInfo | 계정 충돌이 발생하지 않은 상태에서 계정 충돌 해결을 요청한 경우 |
Key result code
ErrorCode | Code | Description |
PLAYER_CHANGE | AuthV4PlayerChange | Succeeded to change the player after accounts conflict |
INVALID_PARAM | AuthV4InvalidConflictInfo | Requested to resolve account conflicts not happened |
Parameters
conflict Data
HIVEConflictSingleViewInfo Game information of the account-conflicted player
listener
AuthV4HelperListener AuthV4Helper Show Conflict result callback