ArkWeb_ProxyMethod
typedef struct {...} ArkWeb_ProxyMethod
Overview
Defines a proxy method to be injected.
Since: 12
Related module: Web
Header file: arkweb_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| const char* methodName | Pointer to the method name to be injected. |
| ArkWeb_OnJavaScriptProxyCallback callback | Callback used when a proxy method is executed. |
| void* userData | Pointer to the user data used in a callback. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 arkts-apis-webview-WebviewController
openharmony 鸿蒙 arkts-apis-webview-t
openharmony 鸿蒙 arkts-apis-webview
openharmony 鸿蒙 capi-arkweb-type-h
openharmony 鸿蒙 arkts-basic-components-web-FullScreenExitHandler
openharmony 鸿蒙 arkts-apis-webview-WebDownloadManager
openharmony 鸿蒙 arkts-basic-components-web-VerifyPinHandler
openharmony 鸿蒙 capi-web-arkweb-webmessage8h