---
title: exposureNotificationStatus
framework: exposurenotification
role: symbol
role_heading: Instance Property
path: exposurenotification/enmanager/exposurenotificationstatus
---

# exposureNotificationStatus

A property that indicates the status of exposure notifications.

## Declaration

```swift
var exposureNotificationStatus: ENStatus { get }
```

## Discussion

Discussion important: This property is available in iOS 12.5, and in iOS 13.5 and later. You can use key value observing to monitor for changes. The value of this property will be ENStatus.unknown until activate(completionHandler:) completes successfully. This status can be affected by the user disabling exposure notifications, disabling bluetooth, or restricting the feature through parental controls.

## See Also

### Configuring the Manager

- [exposureNotificationEnabled](exposurenotification/enmanager/exposurenotificationenabled.md)
- [authorizationStatus](exposurenotification/enmanager/authorizationstatus.md)
- [dispatchQueue](exposurenotification/enmanager/dispatchqueue.md)
