getDefaultWorkflowSettings
Gets the default values used as workflow params on this fragment.
WorkflowSettings.scanInstructionsSearchingDrawableId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
WorkflowSettings.scanInstructionsReadingDrawableId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
WorkflowSettings.scanInstructionsSuccessDrawableId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
WorkflowSettings.scanInstructionsFailureDrawableId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
WorkflowSettings.scanInstructionsTextId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
Parameters
The settings used to infer the default values in case of parameters that depend on a specific configuration.
An application context used to infer the default values in case of parameters that depend on a specific configuration.