WorkflowSettings
@Serializable
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
Used to serialize the WorkflowSettings into MiSnapSettings.Workflow.add.
Properties
Link copied to clipboard
Describes the HANDLE_ORIENTATION.
Link copied to clipboard
Describes the HELP_BUTTON_DRAWABLE_ID
Link copied to clipboard
Describes the PROGRESS_TRACKER_VIEW_FAILED_DRAWABLE_ID
Link copied to clipboard
Describes the PROGRESS_TRACKER_VIEW_PROCESSED_DRAWABLE_ID
Link copied to clipboard
Describes the PROGRESS_TRACKER_VIEW_UNPROCESSED_DRAWABLE_ID
Link copied to clipboard
Describes the TIMEOUT_DURATION