AI-generated Key Takeaways
-
cast.framework.system.Event
is dispatched bycast.framework.CastReceiverContext
and provides system information. -
It is constructed with
type
anddata
, wheretype
is a non-nullcast.framework.system.EventType
anddata
is deprecated. -
The
type
property indicates the specific event type fromcast.framework.system.EventType
.
cast.framework.system. Event
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.