State
enum State : Equatable
Undocumented
-
Exposure Notification is enabled.
Declaration
Swift
case enabled -
Exposure Notification is disabled.
Declaration
Swift
case disabled -
Bluetooth is off.
Declaration
Swift
case bluetoothOff -
Restricted Mode due to parental controls.
Declaration
Swift
case restricted -
Not authorized. The user declined consent in onboarding.
Declaration
Swift
case notAuthorized -
ENStatus is restricted but ENAuthorization Status is authorized. App was not set as active for the region.
Declaration
Swift
case notActiveApp -
The user was never asked the consent before, that’s why unknown.
Declaration
Swift
case unknown