cast.framework.system. VisibilityChangedEvent
class static
Event dispatched by cast.framework.CastReceiverContext when the visibility of the application changes (HDMI input change, TV is turned off).
Constructor
VisibilityChangedEvent
new VisibilityChangedEvent(isVisible)
Parameter |
|
---|---|
isVisible |
boolean Whether the Cast device is the active input or not. |
- Extends
- cast.framework.system.Event
Property
isVisible
boolean
Whether the Cast device is the active input or not.