JSMethodHandler

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

call
void call(awebview.wrapper.cpp.WebView view, uint objId, const(awebview.wrapper.cpp.WebString) methodName, const(awebview.wrapper.cpp.JSArray) args)
Undocumented in source. Be warned that the author may not have intended to support it.
callWithReturnValue
void callWithReturnValue(awebview.wrapper.cpp.WebView view, uint objId, const(awebview.wrapper.cpp.WebString) methodName, const(awebview.wrapper.cpp.JSArray) args, awebview.wrapper.cpp.JSValue dst)
Undocumented in source. Be warned that the author may not have intended to support it.
onCall
void onCall(awebview.wrapper.cpp.WebView view, uint objId, WeakRef!(const(WebStringCpp)) methodName, WeakRef!(const(JSArrayCpp)) args)
Undocumented in source.
onCallWithRV
JSValue onCallWithRV(awebview.wrapper.cpp.WebView view, uint objId, WeakRef!(const(WebStringCpp)) methodName, WeakRef!(const(JSArrayCpp)) args)
Undocumented in source.

Properties

cppObj
inout(CppObj) cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta