Interface NaverMapSdk.OnAuthFailedListener

Enclosing class:
NaverMapSdk

public static interface NaverMapSdk.OnAuthFailedListener
SDK 사용 인증 실패에 대한 이벤트 리스너 인터페이스.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    SDK 사용 인증에 실패하면 호출되는 콜백 메서드.
  • Method Details

    • onAuthFailed

      @UiThread void onAuthFailed(@NonNull NaverMapSdk.AuthFailedException exception)
      SDK 사용 인증에 실패하면 호출되는 콜백 메서드.
      Parameters:
      exception - 초기화 실패의 원인.