//sdk/com.adobe.express.embedsdk/EditImageContext/getAsset
abstract suspend fun getAsset(assetConfig: AssetConfig): List<OutputAsset>
Gets the published assets from the current editing session
List of OutputAsset objects representing the published content, or empty list if no assets have been published
androidJvm
| assetConfig | Configuration for asset retrieval including showProcessingDialog flag and processingDialogTitle |