cast.framework.system. StandbyChangedEvent
Event dispatched by cast.framework.CastReceiverContext when the TV enters/leaves the standby state.
Constructor
StandbyChangedEvent
new StandbyChangedEvent(isStandby)
Parameter |
|
---|---|
isStandby |
boolean Whether the TV is in standby. It will be false if the actual state is unknown. It is important to note that this event will be raised when the platform raises a standby change event from unknown to known or vice versa so the application should always verify the isStandby property. To know if the actual status is unknown, the application can call the getStandbyState method. |
- Extends
- cast.framework.system.Event
Property
isStandby
boolean
Whether the TV is in standby or not.