[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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"]]