cast.framework.system. VisibilityChangedEvent
An event dispatched by cast.framework.CastReceiverContext when the visibility of the application changes - for instance, when the HDMI input changes, or the TV is turned off.
Constructor
VisibilityChangedEvent
new VisibilityChangedEvent(isVisible)
Parameter |
|
---|---|
isVisible |
boolean
|
- Extends
- cast.framework.system.Event
Property
isVisible
boolean
true
when the Cast device is the active input, false
when not.