getDefaultWorkflowSettings
fun getDefaultWorkflowSettings(settings: MiSnapSettings? = null): FaceAnalysisFragment.WorkflowSettings
Gets the default values used as workflow params on this fragment.
WorkflowSettings.showCountdownTimer will result in a null default value if the passed settings are insufficient to determine a valid default value.
WorkflowSettings.countdownTimerDuration will result in a null default value if the passed settings 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.