//sdk/com.adobe.express.embedsdk/ActionStateListener/onActionClosed
abstract fun onActionClosed(actionIntent: ActionIntent?, closeReason: ContainerCloseReason)
Called when an action is closed for any reason
androidJvm
| actionIntent | The intent of the closed action |
| closeReason | The reason why the action was closed |