WindowAreaCapability.Operation


class WindowAreaCapability.Operation


Represents an operation that a WindowArea may support.

Summary

Public companion properties

WindowAreaCapability.Operation

Operation that presents additional content into a WindowArea

WindowAreaCapability.Operation

Operation that moves the device into a WindowArea

Public functions

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

Public companion properties

OPERATION_PRESENT_ON_AREA

val OPERATION_PRESENT_ON_AREAWindowAreaCapability.Operation

Operation that presents additional content into a WindowArea

OPERATION_TRANSFER_TO_AREA

val OPERATION_TRANSFER_TO_AREAWindowAreaCapability.Operation

Operation that moves the device into a WindowArea

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String