ExposureDetection
final class ExposureDetection
Every time the user wants to know the own risk the app creates an ExposureDetection
.
-
Undocumented
Declaration
Swift
@Published var activityState: RiskProvider.ActivityState { get set }
-
Undocumented
Declaration
Swift
init( delegate: ExposureDetectionDelegate, countryKeypackageDownloader: CountryKeypackageDownloading? = nil, appConfiguration: SAP_ApplicationConfiguration )
-
Undocumented
Declaration
Swift
func cancel()
-
Undocumented
Declaration
Swift
func start(completion: @escaping Completion)