WorkflowSettings

@Serializable
data class WorkflowSettings @JvmOverloads constructor(@DrawableRes val progressTrackerViewProcessedDrawableId: Int? = null, @DrawableRes val progressTrackerViewFailedDrawableId: Int? = null, @DrawableRes val progressTrackerViewUnprocessedDrawableId: Int? = null, @DrawableRes val helpButtonDrawableId: Int? = null, val timeoutDuration: Int? = null, val handleOrientation: Boolean? = null)

Describes the available settings for this fragment.

Constructors

Link copied to clipboard
constructor(@DrawableRes progressTrackerViewProcessedDrawableId: Int? = null, @DrawableRes progressTrackerViewFailedDrawableId: Int? = null, @DrawableRes progressTrackerViewUnprocessedDrawableId: Int? = null, @DrawableRes helpButtonDrawableId: Int? = null, timeoutDuration: Int? = null, handleOrientation: Boolean? = null)

Functions

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

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

Properties