mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-07-03 11:58:29 +02:00
Fixing broken documentation link
This commit is contained in:
parent
79c6fa0783
commit
ce74cd5489
1 changed files with 30 additions and 30 deletions
|
@ -200,7 +200,7 @@ Both, Apple and Google allow to define a low and a high threshold for the attenu
|
||||||
- Low threshold <= attenuation < high threshold
|
- Low threshold <= attenuation < high threshold
|
||||||
- High threshold <= attenuation
|
- High threshold <= attenuation
|
||||||
|
|
||||||
While in the Google implementation of the Exposure Notification Framework, those buckets are contained within the `ExposureSummary` (`attenuationDurations`), Apple has added them to the [`metadata`](https://developer.apple.com/documentation/exposurenotification/enexposureinfo/3586326-metadataenexposureinfo) attribute of the [`ENExposureInfo`](https://developer.apple.com/documentation/exposurenotification/enexposureinfo).
|
While in the Google implementation of the Exposure Notification Framework, those buckets are contained within the `ExposureSummary` (`attenuationDurations`), Apple has added them to the [`metadata`](https://developer.apple.com/documentation/exposurenotification/enexposureinfo/3586326-metadata) attribute of the [`ENExposureInfo`](https://developer.apple.com/documentation/exposurenotification/enexposureinfo).
|
||||||
In the latter implementation, the [`attenuationDurations`](https://developer.apple.com/documentation/exposurenotification/enexposureinfo/3586325-attenuationdurations) of the `ENExposureInfo` contains two buckets around a fixed threshold of 50.
|
In the latter implementation, the [`attenuationDurations`](https://developer.apple.com/documentation/exposurenotification/enexposureinfo/3586325-attenuationdurations) of the `ENExposureInfo` contains two buckets around a fixed threshold of 50.
|
||||||
|
|
||||||
### Risk Score Calculation
|
### Risk Score Calculation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue