exposureNotificationStatus
A property that indicates the status of exposure notifications.
Declaration
var exposureNotificationStatus: ENStatus { get }Discussion
You can use key value observing to monitor for changes. The value of this property will be ENStatus.unknown until activate(completionHandler:) completes successfully.
This status can be affected by the user disabling exposure notifications, disabling bluetooth, or restricting the feature through parental controls.