pub unsafe extern "C" fn OH_ArkWebResponse_GetStatusText(
response: *const ArkWeb_Response,
statusText: *mut *mut c_char,
)Available on crate features
api-11 and api-12 only.Expand description
Get the response’s status text.
§Arguments
-
response- The ArkWeb_Response. -
statusText- Return the response’s statusText. This function will allocate memory for the statusText string and caller must release the string by OH_ArkWeb_ReleaseString.
Required System Capabilities: SystemCapability.Web.Webview.Core
Available since API-level: 12