Class: ShutdownEvent

  • ShutdownEvent is dispatched when a Cast application is shut down.

  • It is a class extending cast.framework.system.Event and includes a type property indicating the event type.

  • The event is dispatched by cast.framework.CastReceiverContext.

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