<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEHotspotHelperConfidence",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:@E@NEHotspotHelperConfidence"
  },
  "title" : "NEHotspotHelperConfidence"
}
-->

# NEHotspotHelperConfidence

A type that indicates the hotspot helper’s confidence in its ability to handle the network.

```
enum NEHotspotHelperConfidence
```

## Topics

### Confidence Levels

[`kNEHotspotHelperConfidenceHigh`](/documentation/NetworkExtension/NEHotspotHelperConfidence/high)

The helper has high confidence in being able to handle the network.

[`kNEHotspotHelperConfidenceLow`](/documentation/NetworkExtension/NEHotspotHelperConfidence/low)

The helper has some confidence in being able to handle the network.

[`kNEHotspotHelperConfidenceNone`](/documentation/NetworkExtension/NEHotspotHelperConfidence/none)

The helper is unable to handle the network.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)