SpeakerDevice.GoogleTraits

class SpeakerDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedApplicationLauncher: ExtendedApplicationLauncher?,
    extendedMediaInput: ExtendedMediaInput?,
    extendedMediaPlayback: ExtendedMediaPlayback?,
    mediaActivityState: MediaActivityState?,
    extendedLevelControl: ExtendedLevelControl?
)

Public properties

ExtendedApplicationLauncher?

This trait supports devices which are able to switch between applications.

ExtendedLevelControl?

This trait belongs to devices which have a volume control.

ExtendedMediaInput?

This trait is an extension of the Matter standard trait, MediaInput, and is used by devices that can switch inputs.

ExtendedMediaPlayback?
MediaActivityState?

Public constructors

GoogleTraits

GoogleTraits(
    extendedApplicationLauncher: ExtendedApplicationLauncher?,
    extendedMediaInput: ExtendedMediaInput?,
    extendedMediaPlayback: ExtendedMediaPlayback?,
    mediaActivityState: MediaActivityState?,
    extendedLevelControl: ExtendedLevelControl?
)

Public properties

extendedApplicationLauncher

val extendedApplicationLauncherExtendedApplicationLauncher?

This trait supports devices which are able to switch between applications.

extendedLevelControl

val extendedLevelControlExtendedLevelControl?

This trait belongs to devices which have a volume control.

extendedMediaInput

val extendedMediaInputExtendedMediaInput?

This trait is an extension of the Matter standard trait, MediaInput, and is used by devices that can switch inputs.

extendedMediaPlayback

val extendedMediaPlaybackExtendedMediaPlayback?

mediaActivityState

val mediaActivityStateMediaActivityState?