---
title: ENGetExposureInfoHandler
framework: exposurenotification
role: symbol
role_heading: Type Alias
path: exposurenotification/engetexposureinfohandler
---

# ENGetExposureInfoHandler

The definition of a handler that receives exposure info.

## Declaration

```swift
typealias ENGetExposureInfoHandler = ([ENExposureInfo]?, (any Error)?) -> Void
```
