[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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"]]