StepCompletionTopicCompletedAppsFlyerAnalyticEvent

Represents step completion analytic event when a user has completed a topic.

Parameters

topicId

Completed topic id.

trackTitle

Title of the track.

trackIsCompleted

true if the track is completed, false otherwise.

Constructors

constructor(topicId: Long, trackTitle: String?, trackIsCompleted: Boolean)

Properties

Link copied to clipboard
override val name: String

The name of the event.

Link copied to clipboard
override val params: Map<String, Any>

The parameters of the event.

Link copied to clipboard
override val sources: Set<AnalyticSource>