Class: FeedbackStartedEvent

  • FeedbackStartedEvent is an event dispatched when the system starts to create a feedback report.

  • It is dispatched by cast.framework.CastReceiverContext.

  • FeedbackStartedEvent extends cast.framework.system.Event.

  • The event has a property type which indicates the event type.

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