//sdk/com.adobe.express.embedsdk/ActionStateListener
interface ActionStateListener
Interface for listening to action state changes in ActionManager
| Name | Summary |
|---|---|
| onActionClosed | abstract fun onActionClosed(actionIntent: ActionIntent?, closeReason: ContainerCloseReason) Called when an action is closed for any reason |
| onActionLaunched | abstract fun onActionLaunched(actionIntent: ActionIntent) Called when an action is successfully launched |
| onActionTimeout | abstract fun onActionTimeout(actionIntent: ActionIntent?) Called when an action times out during launch |