---
title: HMNetworkConfigurationProfileDelegate
framework: homekit
role: symbol
role_heading: Protocol
path: homekit/hmnetworkconfigurationprofiledelegate
---

# HMNetworkConfigurationProfileDelegate

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

## Declaration

```swift
protocol HMNetworkConfigurationProfileDelegate : NSObjectProtocol
```

## Topics

### Observing network access changes

- [profileDidUpdateNetworkAccessMode(_:)](homekit/hmnetworkconfigurationprofiledelegate/profiledidupdatenetworkaccessmode(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Listening for access changes

- [delegate](homekit/hmnetworkconfigurationprofile/delegate.md)
