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.