OH_ArkUI_NodeEvent_GetStringAsyncEvent

Function OH_ArkUI_NodeEvent_GetStringAsyncEvent 

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

Obtains the string data in a component event.

§Arguments

  • event - Indicates the pointer to the component event.

§Returns

  • Returns the pointer to the string data.

Available since API-level: 12