WebView.webview_return

Allows to return a value from the native binding. Original request pointer must be provided to help internal RPC engine match requests with responses. If status is zero - result is expected to be a valid JSON result value. If status is not zero - result is an error JSON object.

class WebView
void
webview_return
(
const char* req
,
int status
,
const char* result
)

Meta