bindLogin

fun bindLogin(selectedVid: String, listener: Auth.AuthLoginListener)

계정 연동
Bind account


korean

유저가 충돌난 Hive 계정 중 하나를 선택하면 Hive 인증 서버에 결과를 전송해야 한다.
이 메서드를 호출하면 주어진 유저의 고유 ID 로 Hive 인증 서버에 결과를 전송 한다.


english

If the user selects one of the conflicting Hive accounts, the result must be sent to the Hive authentication server.
Calling this method sends the result to the Hive authentication server with the given user's unique ID.

Parameters

selectedVid

The unique ID of the user selected by the user

listener

API call result listener