OH_ArkUI_SendAccessibilityAsyncEvent

Function OH_ArkUI_SendAccessibilityAsyncEvent 

Source
pub unsafe extern "C" fn OH_ArkUI_SendAccessibilityAsyncEvent(
    provider: *mut ArkUI_AccessibilityProvider,
    eventInfo: *mut ArkUI_AccessibilityEventInfo,
    callback: Option<unsafe extern "C" fn(errorCode: i32)>,
)
Available on crate feature api-13 only.
Expand description

Sends accessibility event information.

ยงArguments

  • provider - Indicates the pointer to the ArkUI_AccessibilityProvider instance.

  • eventInfo - Indicates the pointer to the accessibility event information.

  • callback - Indicates the pointer to the callback that is called after the event is sent.

Available since API-level: 13