OH_ArkUI_NodeAdapterEvent_GetHostNode

Function OH_ArkUI_NodeAdapterEvent_GetHostNode 

Source
pub unsafe extern "C" fn OH_ArkUI_NodeAdapterEvent_GetHostNode(
    event: *mut ArkUI_NodeAdapterEvent,
) -> ArkUI_NodeHandle
Available on crate feature api-12 only.
Expand description

Obtains the scrollable container node that uses the specified adapter.

§Arguments

  • event - Indicates the target adapter event.

§Returns

  • Returns the scrollable container node that uses the specified adapter.

Available since API-level: 12