WebViewCompatMessageHandler

Properties

Link copied to clipboard
abstract val featureName: String

Name of the feature

Link copied to clipboard
abstract val methods: List<String>

List of the methods the handler can handle

Functions

Link copied to clipboard
abstract fun process(jsMessage: JsMessage): ProcessResult?

Processes a JavaScript message received by the WebView using WebCompat APIs