public final class ENStatus
extends java.lang.Object
Overall status of Exposure Notification on the system.
| Modifier and Type | Field and Description |
|---|---|
static long |
Active
Exposure Notification is active on the system.
|
static long |
BluetoothOff
Bluetooth has been turned off on the system.
|
static long |
Disabled
Exposure Notification is disabled.
|
static long |
Paused
For future use.
|
static long |
Restricted
Exposure Notification is not active due to system restrictions, such as parental controls.
|
static long |
Unauthorized
Exposure Notification is not available due to insufficient authorization.
|
static long |
Unknown
Status of Exposure Notification is unknown.
|
public static final long Unknown
public static final long Active
public static final long Disabled
public static final long BluetoothOff
public static final long Restricted
public static final long Paused
public static final long Unauthorized