[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]