public interface JSFunctionCallback
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object... args)
This method is invoked when an appropriate JavaScript function is invoked on JavaScript side.
在JavaScript端调用适当的JavaScript函数时,将调用此方法。 |
java.lang.Object invoke(java.lang.Object... args)
args - the function arguments converted to Java types.
-将函数参数转换为Java类型。