fc4e8ca9创建于 2025年12月17日历史提交

ArkWeb_ProxyMethodWithResult

typedef struct {...} ArkWeb_ProxyMethodWithResult

Overview

Defines a proxy method to be injected.

Since: 18

Related module: Web

Header file: arkweb_type.h

Total

Member Variables

Name Description
const char* methodName Pointer to the method name to be injected.
ArkWeb_OnJavaScriptProxyCallbackWithResult callback Callback used when a proxy method is invoked.
void* userData Pointer to the user data used in a callback.