Class: VisibilityChangedEvent

Constructor

VisibilityChangedEvent

new VisibilityChangedEvent(isVisible)

Parameter

isVisible

boolean

true when the Cast device is the active input, false when not.

Extends
cast.framework.system.Event

Properties

isVisible

boolean

true when the Cast device is the active input, false when not.

type

non-null cast.framework.system.EventType

The event type.

Inherited from
cast.framework.system.Event#type