public static class CefMessageRouter.CefMessageRouterConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
jsCancelFunction
Name of the JavaScript function that will be added to the 'window' object
for canceling a pending query.
|
java.lang.String |
jsQueryFunction
Name of the JavaScript function that will be added to the 'window' object
for sending a query.
|
| Constructor and Description |
|---|
CefMessageRouterConfig() |
CefMessageRouterConfig(java.lang.String queryFunction,
java.lang.String cancelFunction) |
public java.lang.String jsCancelFunction
public java.lang.String jsQueryFunction