---
title: didJustJoin
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspotnetwork/didjustjoin
---

# didJustJoin

Indicates whether the network was just joined.

## Declaration

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

## Discussion

Discussion This property is useful in the Maintaining state to differentiate whether the Maintain command is for the initial join, or the subsequent periodic callback.

## 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)
- [isChosenHelper](networkextension/nehotspotnetwork/ischosenhelper.md)
- [securityType](networkextension/nehotspotnetwork/securitytype.md)
- [NEHotspotNetworkSecurityType](networkextension/nehotspotnetworksecuritytype.md)
