before In App Message View Opened
open fun beforeInAppMessageViewOpened(inAppMessageView: View, inAppMessage: IInAppMessage)
Content copied to clipboard
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.