WindowAreaCapability.Status
class WindowAreaCapability.Status
Represents the status of availability for a specific WindowAreaCapability
Summary
Public companion properties |
|
|---|---|
WindowAreaCapability.Status |
Status indicating that the WindowArea feature is currently active. |
WindowAreaCapability.Status |
Status indicating that the WindowArea feature is available to be enabled. |
WindowAreaCapability.Status |
Status indicating that the WindowArea feature is currently not available to be enabled. |
WindowAreaCapability.Status |
Status indicating that the WindowArea feature is not a supported feature on the device. |
Public companion properties
WINDOW_AREA_STATUS_ACTIVE
val WINDOW_AREA_STATUS_ACTIVE: WindowAreaCapability.Status
Status indicating that the WindowArea feature is currently active.
WINDOW_AREA_STATUS_AVAILABLE
val WINDOW_AREA_STATUS_AVAILABLE: WindowAreaCapability.Status
Status indicating that the WindowArea feature is available to be enabled.
WINDOW_AREA_STATUS_UNAVAILABLE
val WINDOW_AREA_STATUS_UNAVAILABLE: WindowAreaCapability.Status
Status indicating that the WindowArea feature is currently not available to be enabled. This could be because a different feature is active, or the current device configuration doesn't allow it.
WINDOW_AREA_STATUS_UNSUPPORTED
val WINDOW_AREA_STATUS_UNSUPPORTED: WindowAreaCapability.Status
Status indicating that the WindowArea feature is not a supported feature on the device.