MethodHandler

Undocumented in source.

Members

Functions

onCall
void onCall(awebview.wrapper.cpp.WebView view, uint objId, WeakRef!(const(WebStringCpp)) methodName, WeakRef!(const(JSArrayCpp)) args)
Undocumented in source. Be warned that the author may not have intended to support it.
onCallWithRV
JSValue onCallWithRV(awebview.wrapper.cpp.WebView view, uint objId, WeakRef!(const(WebStringCpp)) methodName, WeakRef!(const(JSArrayCpp)) args)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release(JSObj obj)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release(uint objRemoteId)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(JSObj obj)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(JSObject obj, wstring name, Dlg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(JSObject obj, wstring name, DlgRV dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From JSMethodHandler

~this
~this()
Undocumented in source.
cppObj
inout(CppObj) cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Meta