WebMessageListenerBoundaryInterface

interface WebMessageListenerBoundaryInterface : FeatureFlagHolderBoundaryInterface


Boundary interface for org.chromium.android_webview.WebMessageListener.

Summary

Public functions

Unit
onPostMessage(
    view: WebView?,
    message: InvocationHandler?,
    sourceOrigin: Uri?,
    isMainFrame: Boolean,
    replyProxy: InvocationHandler?
)

Inherited functions

From class FeatureFlagHolderBoundaryInterface
Array<String?>?

Indicate the list of org.chromium.support_lib_boundary.util.Features supported by this object.

Public functions

onPostMessage

fun onPostMessage(
    view: WebView?,
    message: InvocationHandler?,
    sourceOrigin: Uri?,
    isMainFrame: Boolean,
    replyProxy: InvocationHandler?
): Unit