InProgress

data class InProgress(val rootPlanId: LinearOnboardingPlanId, val currentPlan: LinearOnboardingPlan, val currentStepIndex: Int) : 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.

Constructors

Link copied to clipboard
constructor(rootPlanId: LinearOnboardingPlanId, currentPlan: LinearOnboardingPlan, currentStepIndex: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard