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_ERROR_CODE_NO_ERROR] if the operation is successful. [ARKUI_ERROR_CODE_PARAM_INVALID] if a parameter is incorrect.

Available since API-level: 15