AI-generated Key Takeaways
-
cast.framework.EventData
is a static class representing generic Cast event data. -
The constructor
EventData(type)
requires a non-nullcast.framework.EventType
parameter to define the event type. -
The
type
property of anEventData
object is a non-nullcast.framework.EventType
indicating the specific event type.
cast.framework. EventData
Generic cast event data. Provide the event type.
Constructor
EventData
new EventData(type)
Parameter |
|
---|---|
type |
The event type. Value must not be null. |
Property
type
non-null cast.framework.EventType
The event type.