//sdk/com.adobe.express.embedsdk/EditImageContext/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.
true if icons were updated successfully, false otherwise