AdaptyUIOnboardingMeta

data class AdaptyUIOnboardingMeta(val onboardingId: String, val screenClientId: String, val screenIndex: Int, val screensTotal: Int)

Contains metadata about the current onboarding flow and screen.

This object is included in all onboarding-related callbacks to help you identify the current onboarding session and screen position.

Constructors

Link copied to clipboard
constructor(onboardingId: String, screenClientId: String, screenIndex: Int, screensTotal: Int)

Properties

Link copied to clipboard

Unique identifier of the onboarding flow.

Link copied to clipboard

Identifier of the currently displayed screen.

Link copied to clipboard

Index of the current screen within the flow (starting from 0).

Link copied to clipboard

Total number of screens in the onboarding flow.