Type alias AdaptyUiOnboardingMeta

AdaptyUiOnboardingMeta: {
    onboardingId: string;
    screenClientId: string;
    screenIndex: number;
    totalScreens: number;
}

Type declaration

  • onboardingId: string
  • screenClientId: string
  • screenIndex: number
  • totalScreens: number

Generated using TypeDoc