ProjectedDeviceController.Capability


class ProjectedDeviceController.Capability


Represents an intrinsic piece of functionality of a Projected device, i.e., what it is capable of.

Summary

Public companion properties

ProjectedDeviceController.Capability

Indicates that the Projected device is capable of showing a visual user interface, i.e., that it has a screen.

Public functions

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

Public companion properties

CAPABILITY_VISUAL_UI

val CAPABILITY_VISUAL_UIProjectedDeviceController.Capability

Indicates that the Projected device is capable of showing a visual user interface, i.e., that it has a screen.

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String