Available on crate features
api-11 and api-12 only.Structs§
- ArkWeb_
ComponentAPI - Defines the component API for native ArkWeb.
- ArkWeb_
ControllerAPI - Defines the controller API for native ArkWeb. Before invoking an API, you are advised to use ARKWEB_MEMBER_MISSING to check whether the function structure has a corresponding function pointer to avoid crash caused by mismatch between the SDK and the device ROM.
- ArkWeb_
Cookie ManagerAPI - Defines the native CookieManager API for ArkWeb. Before invoking an API, you are advised to use ARKWEB_MEMBER_MISSING to check whether the function structure has a corresponding function pointer to avoid crash caused by mismatch between the SDK and the device ROM.
- ArkWeb_
Java Script Bridge Data - Defines the javascript bridge data type.
- ArkWeb_
Java Script Object - Defines the javascript object.
- ArkWeb_
Java Script Value - ArkWeb_
Java Script ValueAPI api-18 - Defines the native JavaScriptValue API for ArkWeb. Before invoking an API, you are advised to use ARKWEB_MEMBER_MISSING to check whether the function structure has a corresponding function pointer to avoid crash caused by mismatch between the SDK and the device ROM.
- ArkWeb_
Java Script Value Type api-18 - Defines the data type carried in a ArkWeb_JavaScriptValue.
- ArkWeb_
Proxy Method - Defines the javascript proxy registered method object.
- ArkWeb_
Proxy Method With Result api-18 - Defines the JavaScript proxy method with a return value.
- ArkWeb_
Proxy Object - Defines the javascript proxy registered object.
- ArkWeb_
Proxy Object With Result api-18 - Defines the JavaScript proxy registered object with methodList that has a return value.
- ArkWeb_
WebMessage - ArkWeb_
WebMessageAPI - Defines the web message data API for native ArkWeb. Before invoking an API, you are advised to use ARKWEB_MEMBER_MISSING to check whether the function structure has a corresponding function pointer to avoid crash caused by mismatch between the SDK and the device ROM.
- ArkWeb_
WebMessage Port - ArkWeb_
WebMessage PortAPI - Defines the web message API for native ArkWeb. Before invoking an API, you are advised to use ARKWEB_MEMBER_MISSING to check whether the function structure has a corresponding function pointer to avoid crash caused by mismatch between the SDK and the device ROM.
- ArkWeb_
WebMessage Type - Defines the data type carried in a ArkWeb_WebMessage.
Type Aliases§
- ArkWeb_
Java Script Value Ptr api-18 - Defines the ArkWeb_JavaScriptValuePtr.
- ArkWeb_
OnComponent Callback - Defines the component callback of the native ArkWeb.
- ArkWeb_
OnJava Script Callback - Defines the javascript callback of the native ArkWeb.
- ArkWeb_
OnJava Script Proxy Callback - Defines the javascript proxy callback of the native ArkWeb.
- ArkWeb_
OnJava Script Proxy Callback With Result api-18 - Defines the JavaScript proxy callback of the native ArkWeb.
- ArkWeb_
OnMessage Event Handler - Defines the callback to receive message from HTML.
- ArkWeb_
OnScroll Callback api-18 - Defines the scroll callback of the native ArkWeb.
- ArkWeb_
WebMessage Port Ptr - Defines the ArkWeb_WebMessagePort that represent a HTML5 message port.
- ArkWeb_
WebMessage Ptr - Defines the ArkWeb_WebMessage.