---
title: ENStatus.disabled
framework: exposurenotification
role: symbol
role_heading: Case
path: exposurenotification/enstatus/disabled
---

# ENStatus.disabled

Notification is disabled.

## Declaration

```swift
case disabled
```

## Discussion

Discussion Use setExposureNotificationEnabled(_:completionHandler:) to enable exposure notification.

## See Also

### States

- [ENStatus.active](exposurenotification/enstatus/active.md)
- [ENStatus.bluetoothOff](exposurenotification/enstatus/bluetoothoff.md)
- [ENStatus.restricted](exposurenotification/enstatus/restricted.md)
- [ENStatus.unknown](exposurenotification/enstatus/unknown.md)
- [ENStatus.paused](exposurenotification/enstatus/paused.md)
- [ENStatus.unauthorized](exposurenotification/enstatus/unauthorized.md)
