OH_ArkUI_NodeContent_GetUserData

Function OH_ArkUI_NodeContent_GetUserData 

Source
pub unsafe extern "C" fn OH_ArkUI_NodeContent_GetUserData(
    content: ArkUI_NodeContentHandle,
) -> *mut c_void
Available on crate feature api-12 only.
Expand description

Obtains the custom data saved on the specified node content.

§Arguments

  • content - Indicates the target node content.

§Returns

  • Returns the custom data.

Available since API-level: 12