From 191e8b59be777304a421554c48dee6f7dd1affde Mon Sep 17 00:00:00 2001 From: HelloCrease Date: Tue, 24 Jun 2025 19:07:29 +0800 Subject: [PATCH] update docs Signed-off-by: HelloCrease --- .../reference/apis-arkui/_ark_u_i___native_module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md b/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md index 7bc4d02dc08..fe541f337b3 100644 --- a/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md +++ b/zh-cn/application-dev/reference/apis-arkui/_ark_u_i___native_module.md @@ -905,7 +905,7 @@ | void [OH_ArkUI_DestroySnapshotOptions](#oh_arkui_destroysnapshotoptions)(ArkUI_SnapshotOptions* snapshotOptions);| 销毁截图选项指针。| | int32_t [OH_ArkUI_SnapshotOptions_SetScale](#oh_arkui_snapshotoptions_setscale)(ArkUI_SnapshotOptions* snapshotOptions, float scale);| 配置截图选项中的缩放属性。| | [ArkUI_VisibleAreaEventOptions](#arkui_visibleareaeventoptions) \* [OH_ArkUI_VisibleAreaEventOptions_Create](#oh_arkui_visibleareaeventoptions_create) (void) | 创建可见区域变化监听的参数。 | -| void [OH_ArkUI_VisibleAreaEventOptions_Dispose](oh_arkui_visibleareaeventoptions_dispose)(ArkUI_VisibleAreaEventOptions \*option) | 销毁可见区域变化监听的参数。
**起始版本:** 17 | +| void [OH_ArkUI_VisibleAreaEventOptions_Dispose](#oh_arkui_visibleareaeventoptions_dispose)(ArkUI_VisibleAreaEventOptions \*option) | 销毁可见区域变化监听的参数。
**起始版本:** 17 | | int32_t [OH_ArkUI_VisibleAreaEventOptions_SetRatios](#oh_arkui_visibleareaeventoptions_setratios) ([ArkUI_VisibleAreaEventOptions](#arkui_visibleareaeventoptions) \*option, float\* value, int32_t size) | 设置阈值数组。
**起始版本:** 17 | | int32_t [OH_ArkUI_VisibleAreaEventOptions_SetExpectedUpdateInterval](#oh_arkui_visibleareaeventoptions_setexpectedupdateinterval) ([ArkUI_VisibleAreaEventOptions](#arkui_visibleareaeventoptions) \*option, int32_t value) | 设置预期更新间隔,单位为ms。定义了开发者期望的更新间隔。
**起始版本:** 17 | | int32_t [OH_ArkUI_VisibleAreaEventOptions_GetRatios](#oh_arkui_visibleareaeventoptions_getratios) ([ArkUI_VisibleAreaEventOptions](#arkui_visibleareaeventoptions) \*option, float\* value, int32_t\* size) | 获取阈值数组。
**起始版本:** 17 | -- Gitee