AI-generated Key Takeaways
-
ShutdownEvent is an event dispatched by cast.framework.CastReceiverContext when the application is shut down.
-
It is a static class within the cast.framework.system namespace.
-
ShutdownEvent has a
type
property which is a non-null cast.framework.system.EventType.
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