Class: EventData

  • cast.framework.EventData is a static class representing generic Cast event data.

  • The constructor EventData(type) requires a non-null cast.framework.EventType parameter to define the event type.

  • The type property of an EventData object is a non-null cast.framework.EventType indicating the specific event type.

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.