NEHotspotHelperConfidence Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that describe how likely a Hotspot Helper will be able to handle a network.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEHotspotHelperConfidence
type NEHotspotHelperConfidence =
- Inheritance
-
NEHotspotHelperConfidence
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates the inability to cope. |
Low | 1 | Indicates low confidence. |
High | 2 | Indicates high confidence. |