---
title: daySummaries
framework: exposurenotification
role: symbol
role_heading: Instance Property
path: exposurenotification/enexposuredetectionsummary/daysummaries
---

# daySummaries

The summary of each day that contains an exposure.

## Declaration

```swift
var daySummaries: [ENExposureDaySummary] { get }
```

## Discussion

Discussion important: This property is available in iOS 12.5, and in iOS 13.7 and later. Day summaries are only available in apps specifying an ENAPIVersion of 2 in their Info.plist.

## See Also

### Exposure Criteria

- [attenuationDurations](exposurenotification/enexposuredetectionsummary/attenuationdurations.md)
- [daysSinceLastExposure](exposurenotification/enexposuredetectionsummary/dayssincelastexposure.md)
- [matchedKeyCount](exposurenotification/enexposuredetectionsummary/matchedkeycount.md)
- [maximumRiskScore](exposurenotification/enexposuredetectionsummary/maximumriskscore.md)
- [maximumRiskScoreFullRange](exposurenotification/enexposuredetectionsummary/maximumriskscorefullrange.md)
- [riskScoreSumFullRange](exposurenotification/enexposuredetectionsummary/riskscoresumfullrange.md)
- [metadata](exposurenotification/enexposuredetectionsummary/metadata.md)
