Package com.naver.maps.map
Interface NaverMapSdk.OnAuthFailedListener
-
- Enclosing class:
- NaverMapSdk
public static interface NaverMapSdk.OnAuthFailedListener
SDK 사용 인증 실패에 대한 이벤트 리스너 인터페이스.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAuthFailed(NaverMapSdk.AuthFailedException exception)
SDK 사용 인증에 실패하면 호출되는 콜백 메서드.
-
-
-
Method Detail
-
onAuthFailed
@UiThread void onAuthFailed(@NonNull NaverMapSdk.AuthFailedException exception)
SDK 사용 인증에 실패하면 호출되는 콜백 메서드.- Parameters:
exception
- 초기화 실패의 원인.
-
-