daysSinceLastExposure
Number of days since the most recent exposure.
Declaration
var daysSinceLastExposure: Int { get }Discussion
The values for this property represent the number of days since the most recent exposure, going backwards. For example, a value of 0 means that the person was exposed today, 1 was yesterday, 2 was two days ago, and so on.
This property is only valid if matchedKeyCount > 0.
The framework computes this property’s value across all matching exposures, not just exposures that meet or exceed minimumRiskScore or minimumRiskScoreFullRange.