WebMessageListenerBoundaryInterface

interface WebMessageListenerBoundaryInterface implements FeatureFlagHolderBoundaryInterface


Boundary interface for org.chromium.android_webview.WebMessageListener.

Summary

Public methods

abstract void
onPostMessage(
    WebView view,
    InvocationHandler message,
    Uri sourceOrigin,
    boolean isMainFrame,
    InvocationHandler replyProxy
)

Inherited methods

From class FeatureFlagHolderBoundaryInterface
abstract String[]

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

Public methods

onPostMessage

abstract void onPostMessage(
    WebView view,
    InvocationHandler message,
    Uri sourceOrigin,
    boolean isMainFrame,
    InvocationHandler replyProxy
)