JsReplyProxyBoundaryInterface

interface JsReplyProxyBoundaryInterface : IsomorphicObjectBoundaryInterface


Boundary interface for org.chromium.android_webview.WebMessageListener.

Summary

Public functions

Unit
postMessage(message: String?)

Inherited functions

From class IsomorphicObjectBoundaryInterface
Any?
getOrCreatePeer(creationCallable: Callable<Any?>?)

Get the peer object associated with this object.

Public functions

postMessage

fun postMessage(message: String?): Unit