TimelineEventAdded

@Serializable
data class TimelineEventAdded(val event: TimelineEvent) : PerformanceTimelineEvent(source)

Sent when a performance timeline event is added. See reportPerformanceTimeline method.

Official doc

Constructors

Link copied to clipboard
constructor(event: TimelineEvent)

Properties

Link copied to clipboard