OH_ArkUI_AccessibilityElementInfoSetHitTestBehavior

Function OH_ArkUI_AccessibilityElementInfoSetHitTestBehavior 

Source
pub unsafe extern "C" fn OH_ArkUI_AccessibilityElementInfoSetHitTestBehavior(
    elementInfo: *mut ArkUI_AccessibilityElementInfo,
    hitTestBehavior: *const c_char,
) -> i32
Available on crate feature api-13 only.
Expand description

Sets the hit test behavior for an ArkUI_AccessibilityElementInfo object.

§Arguments

  • elementInfo - Indicates the pointer to an ArkUI_AccessibilityElementInfo object.

  • hitTestBehavior - Indicates the hit test behavior.

§Returns

  • Returns [ARKUI_ACCESSIBILITY_NATIVE_RESULT_SUCCESSFUL] if the operation is successful. Returns [ARKUI_ACCESSIBILITY_NATIVE_RESULT_BAD_PARAMETER] if a parameter is incorrect.

Available since API-level: 13