NEHotspotHelperResult Enum

Definition

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

AuthenticationRequired 4

In response to a "maintain" command, the network requires reauthentication.

CommandNotRecognized 3

The command was not recognized.

Failure 1

The command failed.

Success 0

The command succeeded.

TemporaryFailure 6

In response to an "authenticate" or "presentUI" command, a temporary failure resulted.

UIRequired 2

In response to an "authenticate" command, user interaction is needed.

UnsupportedNetwork 5

The network is not supported.

Applies to