WebViewCompatMessageCallback
interface WebViewCompatMessageCallback
Functions
Link copied to clipboard
abstract fun process(context: String, featureName: String, method: String, id: String?, data: JSONObject?, onResponse: (params: JSONObject) -> Unit)
Processes a JavaScript message received by the WebView.