HelpFragment

A prebuilt tutorial/help screen for providing onboarding instructions as well as subsequent help screens.

Supports customization through buildWorkflowSettings, buildFragmentArguments, nav graph arguments, and XML overrides.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class WorkflowSettings @JvmOverloads constructor(@LayoutRes val autoLayoutId: Int? = null, @LayoutRes val manualLayoutId: Int? = null, val showSkipCheckBox: Boolean? = null, val handleOrientation: Boolean? = null)

Describes the available settings for this fragment.