Step

data class Step(val title: String, val description: String, val icon: Int = edu.stanford.spezi.core.design.R.drawable.ic_groups)

Represents a step in the onboarding process.

See also

Samples

edu.stanford.bdh.engagehf.onboarding.DefaultSequentialOnboardingRepository

Constructors

Link copied to clipboard
constructor(title: String, description: String, icon: Int = edu.stanford.spezi.core.design.R.drawable.ic_groups)

Properties

Link copied to clipboard

The description of the step.

Link copied to clipboard
val icon: Int

The icon associated with the step.

Link copied to clipboard

The title of the step.