[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2023-12-02 UTC."],[[["`ApplicationMetadataEventData` provides data about changes to an application's metadata."],["It includes a `metadata` property containing the updated `cast.framework.ApplicationMetadata` object."],["This event is triggered when an application's metadata is modified."],["The constructor requires a `metadata` parameter, which cannot be null."]]],["The core content defines the `ApplicationMetadataEventData` class, which handles data related to application metadata changes. It has a constructor, `ApplicationMetadataEventData(metadata)`, that requires non-null `ApplicationMetadata`. This `metadata` is a property of the class, containing the application metadata itself, which is of type `cast.framework.ApplicationMetadata`. The class is designed to provide the changed metadata.\n"]]