diff --git a/arkui/ace_engine/native/drag_and_drop.h b/arkui/ace_engine/native/drag_and_drop.h index d66607752a8986efb0c8c162e678de52b577c811..ad98735a1f75042d559e83a780bffe451351d95a 100644 --- a/arkui/ace_engine/native/drag_and_drop.h +++ b/arkui/ace_engine/native/drag_and_drop.h @@ -446,7 +446,7 @@ int32_t OH_ArkUI_DragEvent_GetModifierKeyStates(ArkUI_DragEvent* event, uint64_t * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. * Returns {@link ARKUI_ERROR_CODE_DRAG_DATA_SYNC_FAILED} if the data sync is not allowed or failed. - * @since 16 + * @since 15 */ int32_t OH_ArkUI_DragEvent_StartDataLoading( ArkUI_DragEvent* event, OH_UdmfGetDataParams* options, char* key, unsigned int keyLen); @@ -460,7 +460,7 @@ int32_t OH_ArkUI_DragEvent_StartDataLoading( * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. * Returns {@link ARKUI_ERROR_CODE_OPERATION_FAILED} if no any data sync is in progress. - * @since 16 + * @since 15 */ int32_t OH_ArkUI_CancelDataLoading(ArkUI_ContextHandle uiContext, const char* key); @@ -478,7 +478,7 @@ int32_t OH_ArkUI_CancelDataLoading(ArkUI_ContextHandle uiContext, const char* ke * @return Returns the result code. * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. - * @since 16 + * @since 15 */ int32_t OH_ArkUI_DisableDropDataPrefetchOnNode(ArkUI_NodeHandle node, bool disabled); diff --git a/arkui/ace_engine/native/libace.ndk.json b/arkui/ace_engine/native/libace.ndk.json index 20c3d3262df59f3ce3446e20ea3d11bdcd2a6016..34b5cb3ea99b3ec5db16d714e1b368bb76b9263b 100644 --- a/arkui/ace_engine/native/libace.ndk.json +++ b/arkui/ace_engine/native/libace.ndk.json @@ -2583,6 +2583,18 @@ "first_introduced": "15", "name": "OH_ArkUI_AccessibilityProviderRegisterCallbackWithInstance" }, + { + "first_introduced": "15", + "name": "OH_ArkUI_DragEvent_StartDataLoading" + }, + { + "first_introduced": "15", + "name": "OH_ArkUI_CancelDataLoading" + }, + { + "first_introduced": "15", + "name": "OH_ArkUI_DisableDropDataPrefetchOnNode" + }, { "first_introduced": "16", "name": "OH_ArkUI_GetGestureParam_FingerCount" @@ -2699,6 +2711,18 @@ "first_introduced": "15", "name": "OH_ArkUI_UnregisterDrawCallbackOnNodeHandle" }, + { + "first_introduced": "15", + "name": "OH_ArkUI_DragEvent_StartDataLoading" + }, + { + "first_introduced": "15", + "name": "OH_ArkUI_CancelDataLoading" + }, + { + "first_introduced": "15", + "name": "OH_ArkUI_DisableDropDataPrefetchOnNode" + }, { "first_introduced": "16", "name": "OH_ArkUI_FocusRequest" @@ -2759,18 +2783,6 @@ "first_introduced": "16", "name": "OH_ArkUI_XComponent_StopImageAnalyzer" }, - { - "first_introduced": "16", - "name": "OH_ArkUI_DragEvent_StartDataLoading" - }, - { - "first_introduced": "16", - "name": "OH_ArkUI_CancelDataLoading" - }, - { - "first_introduced": "16", - "name": "OH_ArkUI_DisableDropDataPrefetchOnNode" - }, { "first_introduced": "16", "name": "OH_ArkUI_KeyframeAnimateOption_SetExpectedFrameRate"