NEHotspotHelperResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates Hotspot Helper command response results.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEHotspotHelperResult
type NEHotspotHelperResult =
- Inheritance
-
NEHotspotHelperResult
- Attributes
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The command succeeded. |
Failure | 1 | The command failed. |
UIRequired | 2 | In response to an "authenticate" command, user interaction is needed. |
CommandNotRecognized | 3 | The command was not recognized. |
AuthenticationRequired | 4 | In response to a "maintain" command, the network requires reauthentication. |
UnsupportedNetwork | 5 | The network is not supported. |
TemporaryFailure | 6 | In response to an "authenticate" or "presentUI" command, a temporary failure resulted. |