AdaptyOnboardingsAnalyticsEventScreenCompleted

data class AdaptyOnboardingsAnalyticsEventScreenCompleted(val elementId: String? = null, val reply: String? = null) : AdaptyOnboardingsAnalyticsEvent

Triggered when a screen is completed.

Constructors

constructor(elementId: String? = null, reply: String? = null)

Properties

Link copied to clipboard
val elementId: String? = null

Optional identifier of the completed element.

Link copied to clipboard
val reply: String? = null

Optional user response associated with the element.