-
Notifications
You must be signed in to change notification settings - Fork 24
Receiving exposures documentation
Artur Słomowski edited this page Jun 2, 2020
·
2 revisions
When Exposure Notification Framework finishes comparing diagnosis keys with keys stored on the device and it detects some exposures when ExposureService.detectExposures() is called, then result of this method will contain potential exposures. In order to provide user a correct risk level that is shown in the PWA module application has to get detailed information about detected exposures and save them to the local, encrypted database.
Steps:
- Start by detecting exposures.
- Service method: ExposureService.detectExposures()
- The list of Exposure objects is provided, based on list of ENExposureDetectionSummary objects.
- The app saves every exposure information to encrypted database with only the following data:
- Day level resolution that the exposure occurred
- Length of exposure (value is stored in seconds)
- The total risk score calculated for the exposure
- Service method: ExposureSummaryService.getExposureSummary()
iOS Documentation
- README
- Controlling exposure notification
- Receiving exposures information
- Providing diagnosis keys
- Downloading diagnosis keys
- Removing historical data
- Reporting risk level
- Temporary exposure keys upload
About ProteGo
- Introduction
- SARS-CoV-2 infection risk groups
- Anonymity and security
- Further principles
- Version 2.0 functionalities scope
- Version 3.0 functionalities scope
- Version 4.0 functionalities scope
- ProteGO Safe and it’s documentation is licensed under
- Dictionary
Contributing
- How to contribute
- Code of conduct
- Feature request template
- Pull request template
- Issue template
- Security
- Support
- Contributors
- License
ProteGo Repositories