[[["সহজে বোঝা যায়","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"]],["2024-10-30 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"]]