pub unsafe extern "C" fn OH_ArkUI_NodeUtils_GetCrossLanguageOption(
node: ArkUI_NodeHandle,
option: *mut ArkUI_CrossLanguageOption,
) -> i32Available on crate features
api-12 and api-15 only.Expand description
Get the cross-language option of the target node handle.
§Arguments
-
node- The target node handle. -
option- The cross-language optionArkUI_CrossLanguageOption.
§Returns
- Error code.
[
ARKUI_ERROR_CODE_NO_ERROR] success. [ARKUI_ERROR_CODE_PARAM_INVALID] Function parameter exception.
Available since API-level: 15