IBannerWebViewClientListener

Functions

Link copied to clipboard
abstract fun onCloseAction(context: Context, url: String, queryBundle: Bundle)

Called when a close URL (appboy://close) is followed in an HTML Banner.

Link copied to clipboard
abstract fun onCustomEventAction(context: Context, url: String, queryBundle: Bundle)

Called when the window location is set to a Custom Event URL (appboy://customEvent) in an HTML Banner.

Link copied to clipboard
abstract fun onNewsfeedAction(context: Context, url: String, queryBundle: Bundle)

Called when a Newsfeed URL (appboy://newsfeed) is followed in an HTML Banner.

Link copied to clipboard
abstract fun onOtherUrlAction(context: Context, url: String, queryBundle: Bundle)

Called when a non appboy scheme url is encountered.