Skip to main content

OH_ArkWebResourceHandler_DidFinish

Function OH_ArkWebResourceHandler_DidFinish 

Source
pub unsafe extern "C" fn OH_ArkWebResourceHandler_DidFinish(
    resourceHandler: *const ArkWeb_ResourceHandler,
) -> i32
Available on crate features api-11 and api-12 only.
Expand description

Notify the ArkWeb that this request should be finished and there is no more data available.

§Arguments

  • resourceHandler - The ArkWeb_ResourceHandler for the request.

§Returns

  • [ARKWEB_NET_OK] 0 - Success. [ARKWEB_INVALID_PARAM] 17100101 - Invalid param.

Required System Capabilities: SystemCapability.Web.Webview.Core

Available since API-level: 12