WorkflowSettings

@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.

Constructors

Link copied to clipboard
constructor(@LayoutRes autoLayoutId: Int? = null, @LayoutRes manualLayoutId: Int? = null, showSkipCheckBox: 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
val autoLayoutId: Int? = null

Formats the AUTO_LAYOUT_ID.

Link copied to clipboard
Link copied to clipboard
val manualLayoutId: Int? = null

Formats the MANUAL_LAYOUT_ID.

Link copied to clipboard