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 | 为了响应“authenticate”或“presentUI”命令,导致临时失败。 |
UIRequired | 2 | 为了响应“身份验证”命令,需要用户交互。 |
UnsupportedNetwork | 5 | 网络不受支持。 |