getExposureInfo(summary:userExplanation:completionHandler:)
Returns information about each exposure.
Declaration
func getExposureInfo(summary: ENExposureDetectionSummary, userExplanation: String, completionHandler: @escaping ENGetExposureInfoHandler) -> ProgressParameters
- 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
Calls to this method generate a user notification that presents the userExplanation.