onAuthV4AdultConfirm

abstract fun onAuthV4AdultConfirm(result: ResultAPI)

AuthV4 성인인증 정보 표시 결과 통지
AuthV4 Adult authentication request result callback


korean

UI 창이 닫히면 호출 된다.

result : 사인-인 이 필요하기 때문에 사인-인 이 되어있지 않을 경우 INVALID_SESSION 이 올 수 있다.
성인인증에 정상적으로 진행되었을 경우 SUCCESS 가 된다.


english

Invoked when the UI window is closed.

result : INVALID_SESSION can come if you do not have a sign-in because you need a sign-in.
SUCCESS, if you have successfully completed the adult authentication