[null,null,["Terakhir diperbarui pada 2023-12-02 UTC."],[[["`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."]]],["The `EventData` class within the `cast.framework` provides generic data for cast events. It requires a non-null `type` parameter during construction, which specifies the event's type using `cast.framework.EventType`. The primary property of this class is `type`, also defined as a non-null `cast.framework.EventType`, indicating the specific type of event being handled. The class allows the specification of an event type.\n"]]