WorkflowSettings
@Serializable
Describes the available settings for this fragment.
Constructors
Link copied to clipboard
constructor(@DrawableRes scanInstructionsSearchingDrawableId: Int? = null, @DrawableRes scanInstructionsReadingDrawableId: Int? = null, @DrawableRes scanInstructionsSuccessDrawableId: Int? = null, @DrawableRes scanInstructionsFailureDrawableId: Int? = null, @StringRes scanInstructionsTextId: Int? = null, shouldShowFailoverPopup: Boolean? = null, skipVisibilityTimeout: 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 SCAN_INSTRUCTIONS_FAILURE_DRAWABLE_ID.
Link copied to clipboard
Describes the SCAN_INSTRUCTIONS_READING_DRAWABLE_ID.
Link copied to clipboard
Describes the SCAN_INSTRUCTIONS_SEARCHING_DRAWABLE_ID.
Link copied to clipboard
Describes the SCAN_INSTRUCTIONS_SUCCESS_DRAWABLE_ID.
Link copied to clipboard
Describes the SCAN_INSTRUCTIONS_TEXT_ID.
Link copied to clipboard
Describes the SHOULD_SHOW_FAILOVER_POPUP.
Link copied to clipboard
Describes the SKIP_VISIBILITY_TIMEOUT.