NMFAuthState
enum NMFAuthState : NSInteger {}
네이버 클라우드 플랫폼 지도 API 인증 상태.
-
인증되지 않음.
Declaration
Objective-C
NMFAuthStateUnauthorized = 0Swift
case unauthorized = 0 -
인증 진행 중.
Declaration
Objective-C
NMFAuthStateAuthorizingSwift
case authorizing = 1 -
인증 대기 중.
Declaration
Objective-C
NMFAuthStatePendingSwift
case pending = 2 -
인증 완료.
Declaration
Objective-C
NMFAuthStateAuthorizedSwift
case authorized = 3
Install in Dash
NMFAuthState Enumeration Reference