//sdk/com.adobe.express.embedsdk/EditImageContext
interface EditImageContext
Interface for Edit Image workflow context operations This context provides access to workflow-specific functionality for the Edit Image workflow, allowing clients to interact with the active editing session.
| Name | Summary |
|---|---|
| getAsset | abstract suspend fun getAsset(assetConfig: AssetConfig): List<OutputAsset> Gets the published assets from the current editing session |
| hasUnsavedChanges | abstract suspend fun hasUnsavedChanges(): Boolean Checks if there are any unsaved changes in the current editing session |
| updateMobileToolbarOptions | abstract suspend fun updateMobileToolbarOptions(iconsList: List<MobileToolbarOption>): Boolean Updates or adds custom icons to the Edit Image interface This function allows dynamic addition/update of icons during an active editing session. Icons with the same ID will be updated, new icons will be added. |