Default Banner Web View Client Listener
Default IBannerWebViewClientListener that handles URL actions from Banner HTML WebViews. Processes custom event firing and external URL navigation. The default onCloseAction is a no-op; subclasses (e.g. in com.braze.ui.banners.BannerView) override it to dismiss the banner when appboy://close is intercepted.
Functions
Link copied to clipboard
Called when a close URL (appboy://close) is followed in an HTML Banner.
Link copied to clipboard
Called when the window location is set to a Custom Event URL (appboy://customEvent) in an HTML Banner.
Link copied to clipboard
Called when a non appboy scheme url is encountered.