CodableExposureDetectionSummary
struct CodableExposureDetectionSummary : Codable
Undocumented
-
Undocumented
Declaration
Swift
var daysSinceLastExposure: Int
-
Undocumented
Declaration
Swift
var matchedKeyCount: UInt64
-
Undocumented
Declaration
Swift
let maximumRiskScore: ENRiskScore
-
Undocumented
Declaration
Swift
let maximumRiskScoreFullRange: Int
-
An array that contains the duration, in seconds, at certain attenuations, using an aggregated maximum exposures of 30 minutes.
Its values are adjusted based on the metadata in
ENExposureConfiguration
See
see also: Apple DocumentationDeclaration
Swift
let configuredAttenuationDurations: [Double]
-
init(daysSinceLastExposure:
matchedKeyCount: maximumRiskScore: attenuationDurations: maximumRiskScoreFullRange: ) Undocumented
Declaration
Swift
init( daysSinceLastExposure: Int, matchedKeyCount: UInt64, maximumRiskScore: ENRiskScore, attenuationDurations: [Double], maximumRiskScoreFullRange: Int )
-
Undocumented
Declaration
Swift
init?(with summary: ENExposureDetectionSummary?)
-
Undocumented
Declaration
Swift
init(with summary: ENExposureDetectionSummary)
-
Undocumented
Declaration
Swift
var description: String { get }