Package apple.networkextension.enums
Class NEHotspotHelperConfidence
- java.lang.Object
-
- apple.networkextension.enums.NEHotspotHelperConfidence
-
public final class NEHotspotHelperConfidence extends java.lang.Object[@typedef] NEHotspotHelperConfidence The HotspotHelper's confidence in its ability to handle the network. The HotspotHelper indicates its confidence in being able to handle the given hotspot network. [@const] kNEHotspotHelperConfidenceNone The helper is unable to handle the network. [@const] kNEHotspotHelperConfidenceLow The helper has some confidence in being able to handle the network. [@const] kNEHotspotHelperConfidenceHigh The helper has high confidence in being able to handle the network.
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Low
public static final long Low
- See Also:
- Constant Field Values
-
High
public static final long High
- See Also:
- Constant Field Values
-
-