MRAIDWebView

interface MRAIDWebView

Simple interface under WebView.

This interface allows you to create a mock object during testing. From the implementation point of view, it is just a container for WebView.

Inheritors

Functions

Link copied to clipboard
abstract fun addJavascriptInterface(bridge: Any)
Link copied to clipboard
abstract suspend fun evaluateCommand(command: MRAIDCommand)
Link copied to clipboard
abstract fun loadHTML(html: String)
Link copied to clipboard
abstract fun setMRAIDWebViewClient(webViewClient: MRAIDWebViewClient)