afterInAppMessageViewOpened

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

Called after the in-app message View has been added to the layout (and the appearing animation has completed).

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

Parameters

inAppMessageView

The View representing the IInAppMessage.

inAppMessage

The IInAppMessage being displayed.