Interface InaviMapSdk.AuthFailureCallback

Enclosing class:
InaviMapSdk

public static interface InaviMapSdk.AuthFailureCallback

아이나비 지도 인증에 실패한 상황에 대한 콜백 인터페이스.

개발자는 콜백 인터페이스를 통해 호출되는 콜백 함수에서 인증 실패 메시지와 에러 코드를 적절하게 표출해야 합니다.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAuthFailure(int errorCode, String message)
    아이나비 지도 인증에 실패했을 때 호출되는 콜백 함수.
  • Method Details

    • onAuthFailure

      void onAuthFailure(int errorCode, String message)
      아이나비 지도 인증에 실패했을 때 호출되는 콜백 함수.
      Parameters:
      errorCode - 인증 실패 오류 코드
      message - 인증 실패 메시지