[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]