Class: ReadyEvent

  • cast.framework.system.ReadyEvent signals that the Cast system is ready for the receiver application.

  • It provides application data via the data property, which is of type cast.framework.system.ApplicationData.

  • This event is dispatched by cast.framework.CastReceiverContext and extends cast.framework.system.Event.

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