//sdk/com.adobe.express.embedsdk/QuickActionWorkflowInterface
interface QuickActionWorkflowInterface
| Name | Summary |
|---|---|
| removeBackground | abstract fun removeBackground(quickActionDocConfig: QuickActionDocConfig? = null, quickActionAppConfig: QuickActionAppConfig? = null, exportConfig: ExportConfig? = null, containerConfig: ContainerConfig? = null, fragment: Fragment) Launches the background removal quick action workflow. |
| templateEditor | abstract fun templateEditor(quickActionAppConfig: TemplateEditorQuickActionAppConfig? = null, exportConfig: ExportConfig? = null, containerConfig: ContainerConfig? = null, fragment: Fragment) Launches the template editor quick action workflow for editing templates. |