cast.framework.system. Event
class static
An event dispatched by cast.framework.CastReceiverContext which contains system information.
Constructor
Event
new Event(type, data)
Parameter |
|
---|---|
type |
cast.framework.system.EventType Event Type. Value must not be null. |
data |
(nullable any type or undefined) Event data (deprecated). |
Property
type
non-null cast.framework.system.EventType
The event type.