[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003e\u003ccode\u003eApplicationStatusEventData\u003c/code\u003e provides data about changes in the receiver application's status.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003estatus\u003c/code\u003e property, which is a string representing the current application status and can be null.\u003c/p\u003e\n"],["\u003cp\u003eThis event data is used with the \u003ccode\u003ecast.framework\u003c/code\u003e API for web senders to handle application status updates.\u003c/p\u003e\n"]]],["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"],null,["# Class: ApplicationStatusEventData\n\ncast.[framework](/cast/docs/reference/web_sender/cast.framework).ApplicationStatusEventData\n===========================================================================================\n\nclass static\n\nApplication status text changed event data.\n\nConstructor\n-----------\n\n### ApplicationStatusEventData\n\nnew\nApplicationStatusEventData(status)\n\n| #### Parameter ||\n|--------|--------------------------------------------------------|\n| status | string Receiver application status. Value may be null. |\n\nProperty\n--------\n\n### status\n\nnullable string\n\nApplication status."]]