harmony 鸿蒙ArkWeb_ProxyObjectWithResult

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

ArkWeb_ProxyObjectWithResult

Overview

Defines a proxy object.

Since: 14

Related module: Web

Summary

Member Variables

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

Member Variable Description

methodList

const ArkWeb_ProxyMethodWithResult* ArkWeb_ProxyObjectWithResult::methodList

Description

Pointer to the method struct array of an injected object.

objName

const char* ArkWeb_ProxyObjectWithResult::objName

Description

Pointer to the object name to be injected.

size

size_t ArkWeb_ProxyObjectWithResult::size

Description

Length of the method struct 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  赞