WorkflowSettings

@Serializable
data class WorkflowSettings @JvmOverloads constructor(val showSkipButton: Boolean? = null, val handleOrientation: Boolean? = null)

Describes the available settings for this fragment.

Constructors

Link copied to clipboard
constructor(showSkipButton: Boolean? = null, handleOrientation: Boolean? = null)

Functions

Link copied to clipboard
open override fun toString(): String

Used to serialize the WorkflowSettings into MiSnapSettings.Workflow.add.

Properties

Link copied to clipboard

Describes the HANDLE_ORIENTATION.

Link copied to clipboard
val showSkipButton: Boolean? = null

Describes the SHOW_SKIP_BUTTON.