Class: EventData

  • 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 the cast.framework.EventType enum.

Constructor

EventData

new EventData(type)

Parameter

type

cast.framework.EventType

The event type.

Value must not be null.

Property

type

non-null cast.framework.EventType

The event type.