Class: FeedbackStartedEvent

  • FeedbackStartedEvent signals the initiation of feedback report creation by the system.

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

  • It includes a type property indicating the event type, inherited from the base Event class.

Constructor

FeedbackStartedEvent

new FeedbackStartedEvent()

Extends
cast.framework.system.Event

Property

type

non-null cast.framework.system.EventType

The event type.

Inherited from
cast.framework.system.Event#type