onAuthV4ShowTerms

abstract fun onAuthV4ShowTerms(result: ResultAPI)

AuthV4 약관 다시보기 정보 표시 결과 통지
AuthV4 Terms of Service UI request result callback


korean

UI 창이 닫히면 호출 된다.

result : setup 이 되어있지 않을 경우 NEED_INITIALIZE 가 발생할 수 있다. 그 외 성공.


english

Invoked when the UI window is closed.

result : NEED_INITIALIZE can occur if 'setup' has not been called. Otherwise, success.