beforeInAppMessageViewClosed

open fun beforeInAppMessageViewClosed(inAppMessageView: View, inAppMessage: IInAppMessage)

Called before the in-app message View is removed from the layout (and before any closing animation starts).

Note that this is called before any default processing in DefaultInAppMessageViewLifecycleListener takes place.

Parameters

inAppMessageView

The View representing the IInAppMessage.

inAppMessage

The IInAppMessage being displayed.