beforeInAppMessageViewOpened

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

Called before the in-app message View is added to the layout.

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.