public final class NEHotspotHelperCommandType
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authenticate |
static long |
Evaluate |
static long |
FilterScanList |
static long |
Logoff |
static long |
Maintain |
static long |
None |
static long |
PresentUI |
public static final long None
public static final long FilterScanList
public static final long Evaluate
public static final long Authenticate
public static final long PresentUI
public static final long Maintain
public static final long Logoff