AI-generated Key Takeaways
-
ApplicationStatusEventData represents event data when the receiver application status text changes.
-
It has a constructor
new ApplicationStatusEventData(status)
which takes the receiver application status as a string parameter. -
The class has a property
status
which is a nullable string representing the application status.
cast.framework. ApplicationStatusEventData
Application status text changed event data.
Constructor
ApplicationStatusEventData
new ApplicationStatusEventData(status)
Parameter |
|
---|---|
status |
string Receiver application status. Value may be null. |
Property
status
nullable string
Application status.