ProjectedDeviceController.Capability


public final class ProjectedDeviceController.Capability


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

Summary

Public fields

static final @NonNull ProjectedDeviceController.Capability

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

Public methods

boolean
equals(Object other)
int
@NonNull String

Public fields

CAPABILITY_VISUAL_UI

public static final @NonNull ProjectedDeviceController.Capability CAPABILITY_VISUAL_UI

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

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()