<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/HMNetworkConfigurationProfileDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:objc(pl)HMNetworkConfigurationProfileDelegate"
  },
  "title" : "HMNetworkConfigurationProfileDelegate"
}
-->

# HMNetworkConfigurationProfileDelegate

An interface that your app adopts to receive notifications about changes in the state of network access.

```
protocol HMNetworkConfigurationProfileDelegate : NSObjectProtocol
```

## Topics

### Observing network access changes

[`func profileDidUpdateNetworkAccessMode(HMNetworkConfigurationProfile)`](/documentation/HomeKit/HMNetworkConfigurationProfileDelegate/profileDidUpdateNetworkAccessMode(_:))

Tells the delegate that the network access mode has changed.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)