---
title: exposureNotificationEnabled
framework: exposurenotification
role: symbol
role_heading: Instance Property
path: exposurenotification/enmanager/exposurenotificationenabled
---

# exposureNotificationEnabled

A property that indicates that a user enabled exposure notification.

## Declaration

```swift
var exposureNotificationEnabled: Bool { 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 NO until activate(completionHandler:) completes successfully. Note that even if the user enables exposure notifications, they may be inactive for other reasons, such as if the user turns off Bluetooth service. The exposureNotificationStatus property can be monitored for the status of exposure notifications.

## See Also

### Configuring the Manager

- [exposureNotificationStatus](exposurenotification/enmanager/exposurenotificationstatus.md)
- [authorizationStatus](exposurenotification/enmanager/authorizationstatus.md)
- [dispatchQueue](exposurenotification/enmanager/dispatchqueue.md)
