AI-generated Key Takeaways
-
ShutdownEvent
is dispatched when a Cast application is shut down. -
It is a class extending
cast.framework.system.Event
and includes atype
property indicating the event type. -
The event is dispatched by
cast.framework.CastReceiverContext
.
cast.framework.system. ShutdownEvent
An event dispatched by cast.framework.CastReceiverContext when the application is shut down.
Constructor
ShutdownEvent
new ShutdownEvent()
- Extends
- cast.framework.system.Event
Property
type
non-null cast.framework.system.EventType
The event type.
- Inherited from
- cast.framework.system.Event#type