pub unsafe extern "C" fn OH_ArkWebSchemeHandler_SetOnRequestStop(
schemeHandler: *mut ArkWeb_SchemeHandler,
onRequestStop: ArkWeb_OnRequestStop,
) -> i32Available on crate features
api-11 and api-12 only.Expand description
Set the OnRequestStop callback for SchemeHandler.
§Arguments
-
schemeHandler- The SchemeHandler for the scheme. -
onRequestStop- The OnRequestStop callback.
§Returns
- [
ARKWEB_NET_OK] 0 - Success. [ARKWEB_INVALID_PARAM] 17100101 - Invalid param.
Required System Capabilities: SystemCapability.Web.Webview.Core
Available since API-level: 12