![]() |
#2
iswith2022-12-17 18:57
|
void mbOnJsQuery(mbWebView webView, mbJsQueryCallback callback, void* param)
注册js通知native的回调。
参数:回调:typedef void(* mbJsQueryCallback)(mbWebView webView, void* param, mbJsExecState es, int64_t queryId, int customMsg, const utf8* request)