WorkflowSettings

@Serializable
data class WorkflowSettings @JvmOverloads constructor(@LayoutRes val headerLayoutId: Int? = null, val handleOrientation: Boolean? = null, val maxReasons: Int? = null, val minReasonPercentage: Int? = null)

Describes the available settings for this fragment.

Constructors

Link copied to clipboard
constructor(@LayoutRes headerLayoutId: Int? = null, handleOrientation: Boolean? = null, maxReasons: Int? = null, minReasonPercentage: Int? = 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 headerLayoutId: Int? = null

Describes the HEADER_LAYOUT_ID.

Link copied to clipboard
val maxReasons: Int? = null

Describes the MAX_REASONS.

Link copied to clipboard

Describes the MIN_REASON_PERCENTAGE.