-
- All Implemented Interfaces:
-
com.sun.jna.Callback
public interface WebviewJNA.WebviewLibrary.webview_bind_fn_callback implements Callback
The callback interface for
webview_bind
due to JNA's function mapping rules.
-
-
Method Summary
-
-
Method Detail
-
apply
abstract Unit apply(String seq, String req, Pointer arg)
The callback function
You should use
webview_return
to response to the JS- Parameters:
seq
- the id of requestreq
- request string is a JSON array of all the arguments passed to the JavaScript function.arg
- please ignore it and keep itPointer.NULL
unless you know what you're doing.
-
-
-
-