IIn App Message View Lifecycle Listener
IInAppMessageViewLifecycleListener returns the in-app message view at specific events in its display lifecycle for potential further processing and modification.
For use cases unrelated to view customization, such as suppressing display or performing custom click handling, see IInAppMessageManagerListener
Functions
Called after the in-app message View has been removed from the root layout (and the disappearing animation has completed).
Called after the in-app message View has been added to the root layout (and the appearing animation has completed).
Called before the in-app message View is removed (and before any closing animation starts).
Called before the in-app message View is added to the root layout.
Called when an in-app message Button is clicked.
Called when the in-app message View is clicked.
Called when the in-app message View is dismissed.