express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/ActionStateListener

ActionStateListener


interface ActionStateListener

Interface for listening to action state changes in ActionManager

Functions

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