Class: StandbyChangedEvent

Constructor

StandbyChangedEvent

new StandbyChangedEvent(isStandby)

Parameter

isStandby

boolean

This is true when the TV is in standby, or false when either the TV is not in standby or if its state is unknown.

Extends
cast.framework.system.Event

Properties

isStandby

boolean

This is true when the TV is in standby and false if it isn't.

type

non-null cast.framework.system.EventType

The event type.

Inherited from
cast.framework.system.Event#type