From f31147305ec99ef623b54923ffd0812adf4f35c8 Mon Sep 17 00:00:00 2001 From: zhyx2 Date: Mon, 15 Dec 2025 14:43:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:#IDD1AR]=20=E7=A7=BB=E9=99=A4re?= =?UTF-8?q?act-native-ohos/react-native-cos-sdk=E5=BA=93=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=96=87=E6=A1=A3=E4=B8=AD=E7=A7=81=E6=9C=89=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhyx2 --- en/react-native-cos-sdk.md | 3 --- zh-cn/react-native-cos-sdk.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/en/react-native-cos-sdk.md b/en/react-native-cos-sdk.md index ea35eaa3..966f58a0 100644 --- a/en/react-native-cos-sdk.md +++ b/en/react-native-cos-sdk.md @@ -266,7 +266,6 @@ Verified in the following versions: | enableLogcat | Enable/Disable console logs | function | no | iOS/Android | yes | | addLogListener | Register real-time log listener | function | no | iOS/Android | yes | | removeLogListener | Remove log listener | function | no | iOS/Android | yes | -| updateSessionCredential | Update session credentials | function | no | iOS/Android | yes | | upload | Upload | function | no | iOS/Android | yes | | download | Download | function | no | iOS/Android | yes | | pause | Pause | function | no | iOS/Android | yes | @@ -312,8 +311,6 @@ Verified in the following versions: | initCustomerDNS | Configure static DNS mapping rules | function | no | iOS/Android | no | | getBucketVersioning | Get bucket versioning | function | no | iOS/Android | no | | forceInvalidationCredential | Force refresh temporary credentials | function | no | iOS/Android | no | -| addListener | Add listener | function | no | iOS/Android | yes | -| removeListeners | Remove listeners | function | no | iOS/Android | yes | | getService | Get service instance by name | function | no | iOS/Android | yes | | hasService | Check if service instance exists | function | no | iOS/Android | yes | | getTransferManger | Get specified transfer manager | function | no | iOS/Android | yes | diff --git a/zh-cn/react-native-cos-sdk.md b/zh-cn/react-native-cos-sdk.md index 4387305e..5c6c61e6 100644 --- a/zh-cn/react-native-cos-sdk.md +++ b/zh-cn/react-native-cos-sdk.md @@ -269,7 +269,6 @@ ohpm install | enableLogcat | 启用/禁用控制台日志 | function | no | iOS/Android | yes | | addLogListener | 注册实时日志监听器 | function | no | iOS/Android | yes | | removeLogListener | 移除日志监听器 | function | no | iOS/Android | yes | -| updateSessionCredential | 更新会话凭证 | function | no | iOS/Android | yes | | upload | 上传 | function | no | iOS/Android | yes | | download | 下载 | function | no | iOS/Android | yes | | pause | 暂停 | function | no | iOS/Android | yes | @@ -315,8 +314,6 @@ ohpm install | initCustomerDNS | 配置静态 DNS 映射规则 | function | no | iOS/Android | no | | getBucketVersioning | 获取桶版本控制 | function | no | iOS/Android | no | | forceInvalidationCredential | 强制刷新临时凭证 | function | no | iOS/Android | no | -| addListener | 添加监听 | function | no | iOS/Android | yes | -| removeListeners | 移除监听 | function | no | iOS/Android | yes | | getService | 获取指定名称的服务实例 | function | no | iOS/Android | yes | | hasService | 检查服务实例是否存在 | function | no | iOS/Android | yes | | getTransferManger | 获取指定传输管理器 | function | no | iOS/Android | yes | -- Gitee