共用方式為


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

不支援網路。

適用於