express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/ModuleWorkflowInterface

ModuleWorkflowInterface


interface ModuleWorkflowInterface

Functions

Name Summary
activePreloadIntent
abstract fun activePreloadIntent(): Set<ActionIntent>?
createImageFromText
abstract fun createImageFromText(textToImageAppConfig: TextToImageAppConfig? = null, exportConfig: ExportConfig? = null, containerConfig: ContainerConfig? = null, fragment: Fragment)
Launches the text-to-image generation workflow.
editImage
abstract fun editImage(editImageDocConfig: EditImageDocConfig, editImageAppConfig: EditImageAppConfig? = null, exportConfig: ExportConfig? = null, containerConfig: ContainerConfig? = null, fragment: Fragment): EditImageContext
Launches the comprehensive image editing workflow.
purgeWarmupSession
abstract fun purgeWarmupSession(intent: ActionIntent? = null): Boolean
Purge the background warmup session for the given intent. This closes any preload/precache WebView and ends the warmup action.
warmup
abstract fun warmup(intent: ActionIntent, context: Context, mode: WarmupMode, moduleWarmupConfig: ModuleWarmupConfig? = null)