[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`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"]]