RemoteMessageRouter

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
Add a new query handler.
Link copied to clipboard
open fun cancelPending(browser: CefBrowser, handler: CefMessageRouterHandler)
Cancel all pending queries associated with either |browser| or |handler|.
Link copied to clipboard
Create a new router with the default configuration.
Create a new router with the specified configuration.
Create a new router with the specified handler and default configuration.
Create a new router with the specified handler and configuration.
Link copied to clipboard
open fun dispose()
Must be called if the CefMessageRouter instance isn't used any more.
Link copied to clipboard
Link copied to clipboard
open fun getNativeRef(): Long

open fun getNativeRef(identifer: String): Long
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Remove an existing query handler.
Link copied to clipboard
open fun setNativeRef(identifer: String, nativeRef: Long)
Method is called by the native code to store a reference to an implemented native JNI counterpart.