OH_ArkUI_UnregisterLayoutCallbackOnNodeHandle

Function OH_ArkUI_UnregisterLayoutCallbackOnNodeHandle 

Source
pub unsafe extern "C" fn OH_ArkUI_UnregisterLayoutCallbackOnNodeHandle(
    node: ArkUI_NodeHandle,
) -> i32
Available on crate features api-12 and api-15 only.
Expand description

Unregisters the layout completed callback for node.

§Arguments

  • node - Indicates the target node.

§Returns

  • error code [ARKUI_INSPECTOR_NATIVE_RESULT_SUCCESSFUL] if the operation is successful. [ARKUI_INSPECTOR_NATIVE_RESULT_BAD_PARAMETER] if a parameter is incorrect.

Available since API-level: 15