Default In App Message Web View Client Listener
Default IInAppMessageWebViewClientListener that processes URL actions from HTML in-app message WebViews. Handles close actions, custom event firing, and external URL navigation with deeplink and webview-open query parameter support.
Functions
Link copied to clipboard
Called when a close URL (appboy://close) is followed in an HTML In App Message.
Link copied to clipboard
open override fun onCustomEventAction(inAppMessage: IInAppMessage, url: String, queryBundle: Bundle)
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 non appboy scheme url is encountered.