TargetNavigator

interface TargetNavigator : TargetNavigatorTrait.Attributes, MatterTrait, TargetNavigatorCommands


API for the TargetNavigator trait. This trait provides an interface for UX navigation within a set of targets on a device or endpoint.

Summary

Nested types

Descriptor enum for this trait's attributes.

Descriptor enum for this trait's commands.

Public properties

open TraitFactory<TargetNavigator>

Inherited properties

From com.google.home.matter.standard.TargetNavigatorTrait.Attributes
List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

UShort

The revision of the server cluster specification supported by the cluster instance.

UByte?

The identifier for the target currently in the foreground on the corresponding endpoint.

UInt

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

List<TargetNavigatorTrait.TargetInfoStruct>?

A list of unique navigable targets within the UX of an endpoint, such as a video player or content app.

From com.google.home.Trait

Public functions

supports

fun supports(attribute: TargetNavigator.Attribute): Boolean

supports

fun supports(command: TargetNavigator.Command): Boolean

Public properties

factory

open val factoryTraitFactory<TargetNavigator>