showLoginSelection

fun showLoginSelection(currentVidData: Map<String, Any>, usedVidData: Map<String, Any>, listener: Auth.AuthLoginListener)

계정 선택 팝업 노출
Show dialog to select account


korean

게스트 로그인 상태에서 Hive 로그인을 수행하면 계정 충돌이 발생 할 수 있으며, 유저에게 Hive 계정 전환을 요청 해야 한다. 이 메서드 호출하면 유저에게 충돌난 계정 중 하나를 선택하기 위한 대화 상자 노출 하게 된다.


english

Performing a Hive login while logged in as a guest may result in account conflicts and require the user to switch Hive accounts.
Calling this method shows a dialog box to the user to select one of the conflicting accounts.

Parameters

currentVidData

Information of logged in user

usedVidData

User information registered in Hive authentication server

listener

API call result