WindowAreaCapability.Status


@ExperimentalWindowApi
public final class WindowAreaCapability.Status


Represents the status of availability for a specific WindowAreaCapability

Summary

Public fields

static final @NonNull WindowAreaCapability.Status

Status indicating that the WindowArea feature is currently active.

static final @NonNull WindowAreaCapability.Status

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

static final @NonNull WindowAreaCapability.Status

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

static final @NonNull WindowAreaCapability.Status

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

Public methods

@NonNull String

Public fields

WINDOW_AREA_STATUS_ACTIVE

public static final @NonNull WindowAreaCapability.Status WINDOW_AREA_STATUS_ACTIVE

Status indicating that the WindowArea feature is currently active.

WINDOW_AREA_STATUS_AVAILABLE

public static final @NonNull WindowAreaCapability.Status WINDOW_AREA_STATUS_AVAILABLE

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

WINDOW_AREA_STATUS_UNAVAILABLE

public static final @NonNull WindowAreaCapability.Status WINDOW_AREA_STATUS_UNAVAILABLE

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

public static final @NonNull WindowAreaCapability.Status WINDOW_AREA_STATUS_UNSUPPORTED

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

Public methods

toString

public @NonNull String toString()