express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/EditImageContext/updateMobileToolbarOptions

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.

Return

true if icons were updated successfully, false otherwise