[[["התוכן קל להבנה","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"]]