AI-generated Key Takeaways
-
FeedbackStartedEvent
signals the initiation of feedback report creation by the system. -
This event is dispatched by
cast.framework.CastReceiverContext
and extends thecast.framework.system.Event
class. -
It includes a
type
property indicating the event type, inherited from the baseEvent
class.
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