---
title: ENExposureWindow
framework: exposurenotification
role: symbol
role_heading: Class
path: exposurenotification/enexposurewindow
---

# ENExposureWindow

A set of scan events from observed beacons within a time span.

## Declaration

```swift
class ENExposureWindow
```

## Overview

Overview important: This property is available in iOS 12.5, and in iOS 13.7 and later. An exposure window contains information about a potential exposure in a 30–minute interval. The system returns an array of exposure windows through the completion handler when the app invokes getExposureWindows(summary:completionHandler:). Exposure windows are only available when an app specified an ENAPIVersion of 2 in the app’s Info.plist file.

## Topics

### Getting Window Properties

- [calibrationConfidence](exposurenotification/enexposurewindow/calibrationconfidence.md)
- [date](exposurenotification/enexposurewindow/date.md)
- [diagnosisReportType](exposurenotification/enexposurewindow/diagnosisreporttype.md)
- [infectiousness](exposurenotification/enexposurewindow/infectiousness.md)
- [scanInstances](exposurenotification/enexposurewindow/scaninstances.md)
- [variantOfConcernType](exposurenotification/enexposurewindow/variantofconcerntype.md)
- [ENVariantOfConcernType](exposurenotification/envariantofconcerntype.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Exposures

- [Configuring Exposure Notifications](exposurenotification/configuring-exposure-notifications.md)
- [ENExposureConfiguration](exposurenotification/enexposureconfiguration.md)
- [ENScanInstance](exposurenotification/enscaninstance.md)
- [Exposure Parameter Limits](exposurenotification/exposure-parameter-limits.md)
