---
title: ENStatus
framework: exposurenotification
role: symbol
role_heading: Enumeration
path: exposurenotification/enstatus
---

# ENStatus

A set of cases that represents the overall status of exposure notification on the system.

## Declaration

```swift
enum ENStatus
```

## Overview

Overview important: This enumeration is available in iOS 12.5, and in iOS 13.5 and later.

## Topics

### States

- [ENStatus.active](exposurenotification/enstatus/active.md)
- [ENStatus.bluetoothOff](exposurenotification/enstatus/bluetoothoff.md)
- [ENStatus.disabled](exposurenotification/enstatus/disabled.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)

### Initializers

- [init(rawValue:)](exposurenotification/enstatus/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Status

- [ENAuthorizationStatus](exposurenotification/enauthorizationstatus.md)
