Contents

getExposureWindows(summary:completionHandler:)

Obtains information from the provided summary about the user’s exposure within a window of time.

Declaration

func getExposureWindows(summary: ENExposureDetectionSummary, completionHandler: @escaping  ENGetExposureWindowsHandler) -> Progress

Parameters

  • summary:

    The summary of exposure detections.

  • completionHandler:

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

Return Value

The progress of the method.

Discussion

Use this method to retrieve summary data about the user’s potential exposure within different time windows. This method will only provide information when your app’s Info.plist file has ENAPIVersion set to 2.

See Also

Obtaining Exposure Information