GoogleSetTopBoxDevice.GoogleTraits

class GoogleSetTopBoxDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedApplicationLauncher: ExtendedApplicationLauncher?,
    extendedChannel: ExtendedChannel?,
    extendedMediaPlayback: ExtendedMediaPlayback?,
    mediaActivityState: MediaActivityState?,
    extendedLevelControl: ExtendedLevelControl?
)

Public properties

ExtendedApplicationLauncher?

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

ExtendedChannel?

This trait supports devices that support TV channels on a media device.

ExtendedLevelControl?

This trait belongs to devices which have a volume control.

ExtendedMediaPlayback?
MediaActivityState?

Public constructors

GoogleTraits

GoogleTraits(
    extendedApplicationLauncher: ExtendedApplicationLauncher?,
    extendedChannel: ExtendedChannel?,
    extendedMediaPlayback: ExtendedMediaPlayback?,
    mediaActivityState: MediaActivityState?,
    extendedLevelControl: ExtendedLevelControl?
)

Public properties

extendedApplicationLauncher

val extendedApplicationLauncherExtendedApplicationLauncher?

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

extendedChannel

val extendedChannelExtendedChannel?

This trait supports devices that support TV channels on a media device.

extendedLevelControl

val extendedLevelControlExtendedLevelControl?

This trait belongs to devices which have a volume control.

extendedMediaPlayback

val extendedMediaPlaybackExtendedMediaPlayback?

mediaActivityState

val mediaActivityStateMediaActivityState?