NEHotspotHelperResult 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉熱點協助程式命令回應結果。
[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 | 不支援網路。 |