다음을 통해 공유


NEHotspotHelperResult 열거형

정의

핫스팟 도우미 명령 응답 결과를 열거합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEHotspotHelperResult
type NEHotspotHelperResult = 
상속
NEHotspotHelperResult
특성

필드

AuthenticationRequired 4

"유지 관리" 명령에 대한 응답으로 네트워크에는 재인증이 필요합니다.

CommandNotRecognized 3

명령이 인식되지 않았습니다.

Failure 1

명령이 실패했습니다.

Success 0

명령이 성공했습니다.

TemporaryFailure 6

"인증" 또는 "presentUI" 명령에 대한 응답으로 일시적인 오류가 발생했습니다.

UIRequired 2

"인증" 명령에 대한 응답으로 사용자 상호 작용이 필요합니다.

UnsupportedNetwork 5

네트워크는 지원되지 않습니다.

적용 대상