AI-generated Key Takeaways
- 
          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 typewhich indicates the event type.
cast.framework.system.  FeedbackStartedEvent
            An event dispatched by cast.framework.CastReceiverContext when the system starts to create a feedback report.
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