JavaScriptBridgeMessageHandlerWithReply

Handles JavaScript messages posted with window.wvbridge.postMessageAndReceiveResult(type, options).

Functions

Link copied to clipboard
abstract suspend fun handle(values: List<JSValue>, reply: suspend (JSValue) -> Unit)