[[["わかりやすい","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"]],["最終更新日 2023-12-02 UTC。"],[[["`ApplicationStatusEventData` provides data about changes in the receiver application's status."],["It includes a `status` property, which is a string representing the current application status and can be null."],["This event data is used with the `cast.framework` API for web senders to handle application status updates."]]],["The core content defines the `ApplicationStatusEventData` class, which handles data related to changes in the receiver application's status. It features a constructor, `ApplicationStatusEventData(status)`, that takes a string `status` parameter, potentially null, representing the receiver application's status. The class also includes a `status` property, a nullable string, which stores the current application status. The class handles application status change events.\n"]]