AI-generated Key Takeaways
-
EventData
is a class used for generic Cast events, requiring an event type as input. -
It includes a constructor to create new
EventData
objects with a specified event type. -
The
type
property indicates the event type and is a non-null value from thecast.framework.EventType
enum.
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.