<!--
{
  "availability" : [
    "iOS: 13.5.0 - 13.6.0",
    "iPadOS: 13.5.0 - 13.6.0",
    "macCatalyst: 13.5.0 - 13.6.0"
  ],
  "documentType" : "symbol",
  "framework" : "ExposureNotification",
  "identifier" : "/documentation/ExposureNotification/ENManager/getExposureInfo(summary:userExplanation:completionHandler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Exposure Notification"
    ],
    "preciseIdentifier" : "c:objc(cs)ENManager(im)getExposureInfoFromSummary:userExplanation:completionHandler:"
  },
  "title" : "getExposureInfo(summary:userExplanation:completionHandler:)"
}
-->

# getExposureInfo(summary:userExplanation:completionHandler:)

Returns information about each exposure.

```
func getExposureInfo(summary: ENExposureDetectionSummary, userExplanation: String, completionHandler: @escaping ENGetExposureInfoHandler) -> Progress
```

## Parameters

`summary`

The summary of exposure.

`userExplanation`

A string that the framework displays to the user informing them of the exposure.

`completionHandler`

The completion handler that the framework calls when the method completes.

## Return Value

The progress of the method.

## Discussion

> Important:
> This method is available in iOS 12.5, and in iOS 13.5 to 13.6.

Calls to this method generate a user notification that presents the `userExplanation`.

## Topics

### Completion Handlers

[`ENGetExposureInfoHandler`](/documentation/ExposureNotification/ENGetExposureInfoHandler)

The definition of a handler that receives exposure info.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)