Class: ApplicationStatusEventData

  • 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.

Constructor

ApplicationStatusEventData

new ApplicationStatusEventData(status)

Parameter

status

string

Receiver application status.

Value may be null.

Property

status

nullable string

Application status.