AI-generated Key Takeaways
-
cast.framework.system.ReadyEvent is an event dispatched by cast.framework.CastReceiverContext when the system is ready.
-
The ReadyEvent constructor takes applicationData of type cast.framework.system.ApplicationData as a parameter.
-
ReadyEvent extends cast.framework.system.Event and has properties for application data and event type.
cast.framework.system. ReadyEvent
An event dispatched by cast.framework.CastReceiverContext when the system is ready.
Constructor
ReadyEvent
new ReadyEvent(applicationData)
Parameter |
|
---|---|
applicationData |
cast.framework.system.ApplicationData The application data. Value must not be null. |
- Extends
- cast.framework.system.Event
Properties
data
non-null cast.framework.system.ApplicationData
The application data.
type
non-null cast.framework.system.EventType
The event type.
- Inherited from
- cast.framework.system.Event#type