cast.framework.system. ReadyEvent
class static
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
Property
data
non-null cast.framework.system.ApplicationData
The application data.