public final class NEHotspotHelperResult
extends java.lang.Object
The result of processing the NEHotspotHelperCommand.
The HotspotHelper provides the result of processing the NEHotspotHelperCommand when it instantiates its NEHotspotHelperResponse. [@const] kNEHotspotHelperResultSuccess The operation was successful. [@const] kNEHotspotHelperResultFailure The operation failed. [@const] kNEHotspotHelperResultUIRequired The operation requires user interaction. This result is only valid in response to a command with type kNEHotspotHelperCommandTypeAuthenticate. [@const] kNEHotspotHelperResultCommandNotRecognized The helper did not recognize the command type. [@const] kNEHotspotHelperResultAuthenticationRequired The network requires authentication again. This result is only valid in response to a command with type kNEHotspotHelperCommandTypeMaintain. [@const] kNEHotspotHelperResultUnsupportedNetwork After attempting to authenticate, the helper determined that it can't perform the authentication. This result is only valid in response to commands of type kNEHotspotHelperCommandTypeAuthenticate and kNEHotspotHelperCommandTypePresentUI. [@const] kNEHotspotHelperResultTemporaryFailure The helper determined that it is temporarily unable to perform the authentication. This result is only valid in response to commands of type kNEHotspotHelperCommandTypeAuthenticate and kNEHotspotHelperCommandTypePresentUI.
| Modifier and Type | Field and Description |
|---|---|
static long |
AuthenticationRequired |
static long |
CommandNotRecognized |
static long |
Failure |
static long |
Success |
static long |
TemporaryFailure |
static long |
UIRequired |
static long |
UnsupportedNetwork |
public static final long Success
public static final long Failure
public static final long UIRequired
public static final long CommandNotRecognized
public static final long AuthenticationRequired
public static final long UnsupportedNetwork
public static final long TemporaryFailure