---
title: isChosenHelper
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspotnetwork/ischosenhelper
---

# isChosenHelper

Indicates whether the calling Hotspot Helper is the chosen helper for this network.

## Declaration

```swift
var isChosenHelper: Bool { get }
```

## Discussion

Discussion The NEHotspotNetwork class must have been instantiated via a call to the supportedNetworkInterfaces method in the NEHotspotHelper object. This property is useful for restoring state after the Hotspot Helper application has quit and restarted.

## See Also

### Network information

- [ssid](networkextension/nehotspotnetwork/ssid.md)
- [bssid](networkextension/nehotspotnetwork/bssid.md)
- [signalStrength](networkextension/nehotspotnetwork/signalstrength.md)
- [isSecure](networkextension/nehotspotnetwork/issecure.md)
- [didAutoJoin](networkextension/nehotspotnetwork/didautojoin.md)
- [didJustJoin](networkextension/nehotspotnetwork/didjustjoin.md)
- [securityType](networkextension/nehotspotnetwork/securitytype.md)
- [NEHotspotNetworkSecurityType](networkextension/nehotspotnetworksecuritytype.md)
