Package apple.networkextension.enums
Class NEHotspotHelperCommandType
- java.lang.Object
-
- apple.networkextension.enums.NEHotspotHelperCommandType
-
public final class NEHotspotHelperCommandType extends java.lang.Object[@typedef] NEHotspotHelperCommandType The type of the NEHotspotHelperCommand object. [@const] kNEHotspotHelperCommandTypeNone Placeholder for the null command. [@const] kNEHotspotHelperCommandTypeFilterScanList Filter the Wi-Fi scan list. [@const] kNEHotspotHelperCommandTypeEvaluate Evaluate the network. [@const] kNEHotspotHelperCommandTypeAuthenticate Authenticate to the network. [@const] kNEHotspotHelperCommandTypePresentUI Present user interface. [@const] kNEHotspotHelperCommandTypeMaintain Maintain the network. [@const] kNEHotspotHelperCommandTypeLogoff Logoff the network.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthenticatestatic longEvaluatestatic longFilterScanListstatic longLogoffstatic longMaintainstatic longNonestatic longPresentUI
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
FilterScanList
public static final long FilterScanList
- See Also:
- Constant Field Values
-
Evaluate
public static final long Evaluate
- See Also:
- Constant Field Values
-
Authenticate
public static final long Authenticate
- See Also:
- Constant Field Values
-
PresentUI
public static final long PresentUI
- See Also:
- Constant Field Values
-
Maintain
public static final long Maintain
- See Also:
- Constant Field Values
-
Logoff
public static final long Logoff
- See Also:
- Constant Field Values
-
-