Detail status for exposure notification service.
Inherited Method Summary
Enum Values
public static final ExposureNotificationStatus ACTIVATED
Exposure notification is running.
public static final ExposureNotificationStatus BLUETOOTH_DISABLED
Bluetooth is not enabled.
public static final ExposureNotificationStatus BLUETOOTH_SUPPORT_UNKNOWN
Can't detected the BLE supporting of this device due to bluetooth is not enabled.
public static final ExposureNotificationStatus EN_NOT_SUPPORT
Exposure notification is not supported.
public static final ExposureNotificationStatus FOCUS_LOST
There is another client running as active client.
public static final ExposureNotificationStatus HW_NOT_SUPPORT
Hardware of this device doesn't support exposure notification.
public static final ExposureNotificationStatus INACTIVATED
Exposure notification is not running.
public static final ExposureNotificationStatus LOCATION_DISABLED
Location is not enabled but is required for this version of Android.
public static final ExposureNotificationStatus LOW_STORAGE
Device storage is not sufficient for exposure notification.
public static final ExposureNotificationStatus NOT_IN_ALLOWLIST
The client is not in approved client list.
public static final ExposureNotificationStatus NO_CONSENT
User is not consent for the client.
public static final ExposureNotificationStatus UNKNOWN
Current status is unknown.
public static final ExposureNotificationStatus USER_PROFILE_NOT_SUPPORT
Exposure notification is not supported for current user profile. For example, a work profile.