InProgress
data class InProgress(val rootPlanId: LinearOnboardingPlanId, val currentPlan: LinearOnboardingPlan, val currentStepIndex: Int, val canGoBack: Boolean = false) : LinearOnboardingState.Started
Paused on currentStep, the currentStepIndex-th step of currentPlan, waiting for the next event. currentPlan is the frame on top of the stack and may be a side plan. rootPlanId is the root plan. canGoBack is true when an earlier step was shown in this run.
Constructors
Link copied to clipboard
constructor(rootPlanId: LinearOnboardingPlanId, currentPlan: LinearOnboardingPlan, currentStepIndex: Int, canGoBack: Boolean = false)