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 functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public companion properties

WINDOW_AREA_STATUS_ACTIVE

val WINDOW_AREA_STATUS_ACTIVEWindowAreaCapability.Status

Status indicating that the WindowArea feature is currently active.

WINDOW_AREA_STATUS_AVAILABLE

val WINDOW_AREA_STATUS_AVAILABLEWindowAreaCapability.Status

Status indicating that the WindowArea feature is available to be enabled.

WINDOW_AREA_STATUS_UNAVAILABLE

val WINDOW_AREA_STATUS_UNAVAILABLEWindowAreaCapability.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_UNSUPPORTEDWindowAreaCapability.Status

Status indicating that the WindowArea feature is not a supported feature on the device.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String