Package apple.networkextension.enums
Class NEHotspotHelperResult
- java.lang.Object
-
- apple.networkextension.enums.NEHotspotHelperResult
-
public final class NEHotspotHelperResult extends java.lang.Object[@typedef] NEHotspotHelperResult 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthenticationRequiredstatic longCommandNotRecognizedstatic longFailurestatic longSuccessstatic longTemporaryFailurestatic longUIRequiredstatic longUnsupportedNetwork
-
-
-
Field Detail
-
Success
public static final long Success
- See Also:
- Constant Field Values
-
Failure
public static final long Failure
- See Also:
- Constant Field Values
-
UIRequired
public static final long UIRequired
- See Also:
- Constant Field Values
-
CommandNotRecognized
public static final long CommandNotRecognized
- See Also:
- Constant Field Values
-
AuthenticationRequired
public static final long AuthenticationRequired
- See Also:
- Constant Field Values
-
UnsupportedNetwork
public static final long UnsupportedNetwork
- See Also:
- Constant Field Values
-
TemporaryFailure
public static final long TemporaryFailure
- See Also:
- Constant Field Values
-
-