diff --git a/en/react-native-cos-sdk.md b/en/react-native-cos-sdk.md index ea35eaa3bdf0c8fdfef649b4f45b3b2f85d12e71..966f58a0c2f1a263fd41e44a343aabe6281ad1fe 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 4387305ef737f820b1cee2959f93b828bdf4db76..5c6c61e628ce647c2ed407b9c26c2457d6bff703 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 |