Stay organized with collections
Save and categorize content based on your preferences.
JsReplyProxyBoundaryInterface
interface JsReplyProxyBoundaryInterface implements IsomorphicObjectBoundaryInterface
Boundary interface for org.chromium.android_webview.WebMessageListener.
Summary
Public methods |
abstract void |
|
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# JsReplyProxyBoundaryInterface\n=============================\n\n\n```\ninterface JsReplyProxyBoundaryInterface implements IsomorphicObjectBoundaryInterface\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nBoundary interface for org.chromium.android_webview.WebMessageListener.\n\nSummary\n-------\n\n| ### Public methods ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `abstract void` | [postMessage](/reference/org/chromium/support_lib_boundary/JsReplyProxyBoundaryInterface#postMessage(java.lang.String))`(`[String](https://developer.android.com/reference/java/lang/String.html)` message)` |\n\n| ### Inherited methods ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| From class [IsomorphicObjectBoundaryInterface](/reference/org/chromium/support_lib_boundary/IsomorphicObjectBoundaryInterface) |------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `abstract `[Object](https://developer.android.com/reference/java/lang/Object.html) | [getOrCreatePeer](/reference/org/chromium/support_lib_boundary/IsomorphicObjectBoundaryInterface#getOrCreatePeer(java.util.concurrent.Callable\u003cjava.lang.Object\u003e))`(`[Callable](https://developer.android.com/reference/java/util/concurrent/Callable.html)`\u003c`[Object](https://developer.android.com/reference/java/lang/Object.html)`\u003e creationCallable)` Get the peer object associated with this object. | |\n\nPublic methods\n--------------\n\n### postMessage\n\n```\nabstract void postMessage(String message)\n```"]]