Skip to main content

OH_NativeArkWeb_UnregisterJavaScriptProxy

Function OH_NativeArkWeb_UnregisterJavaScriptProxy 

Source
pub unsafe extern "C" fn OH_NativeArkWeb_UnregisterJavaScriptProxy(
    webTag: *const c_char,
    objName: *const c_char,
)
Available on crate feature api-11 only.
Expand description

Deletes the registered object which th given name.

ยงArguments

  • webTag - The name of the web component.

  • objName - The name of the registered object.

Required System Capabilities: SystemCapability.Web.Webview.Core

Available since API-level: 11