harmony 鸿蒙ArkWeb_ProxyObject

  • 2025-06-12
  • 浏览 (4)

ArkWeb_ProxyObject

Overview

Defines a proxy object.

Since: 12

Related module: Web

Summary

Member Variables

Name Description
const char * objName Pointer to the object name to be injected.
const ArkWeb_ProxyMethod * methodList Pointer to the array of method structures of an injected object.
size_t size Length of the method structure array.

Member Variable Description

methodList

const ArkWeb_ProxyMethod* ArkWeb_ProxyObject::methodList

Description

Pointer to the array of method structures of an injected object.

objName

const char* ArkWeb_ProxyObject::objName

Description

Pointer to the object name to be injected.

size

size_t ArkWeb_ProxyObject::size

Description

Length of the method structure array.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkWeb API Reference

harmony 鸿蒙ArkWeb_AnyNativeAPI

harmony 鸿蒙ArkWeb_ComponentAPI

harmony 鸿蒙ArkWeb_ControllerAPI

harmony 鸿蒙ArkWeb_CookieManagerAPI

harmony 鸿蒙ArkWeb_JavaScriptBridgeData

harmony 鸿蒙ArkWeb_JavaScriptObject

harmony 鸿蒙ArkWeb_JavaScriptValueAPI

harmony 鸿蒙ArkWeb_ProxyMethod

harmony 鸿蒙ArkWeb_ProxyMethodWithResult

0  赞