getDefaultWorkflowSettings
fun getDefaultWorkflowSettings(settings: MiSnapSettings? = null, context: Context? = null, behavior: MiSnapWorkflowStep.Behavior? = null): HelpFragment.WorkflowSettings
Gets the default values used as workflow params on this fragment.
WorkflowSettings.autoLayoutId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
WorkflowSettings.manualLayoutId will result in a null default value if the passed settings or context are insufficient to determine a valid default value.
Parameters
settings
The settings used to infer the default values in case of parameters that depend on a specific configuration.
context
An application context used to infer the default values in case of parameters that depend on a specific configuration.