IIn App Message Web View Client Listener
interface IInAppMessageWebViewClientListener
The IInAppMessageWebViewClientListener is called at specific events during the display of an Html In-App Message. Button clicks that occur inside an HTML In-App Message are routed to this listener and not the IInAppMessageViewLifecycleListener. However, the display lifecycle of the HTML In-App Message is still handled by the IInAppMessageViewLifecycleListener.
Functions
Link copied to clipboard
Called when a close URL (appboy://close) is followed in an HTML In App Message.
Link copied to clipboard
Called when the window location is set to a Custom Event URL (appboy://customEvent) in an HTML In App Message.
Link copied to clipboard
Called when a Newsfeed URL (appboy://newsfeed) is followed in an HTML In App Message.
Link copied to clipboard
Called when a non appboy
scheme url is encountered.