From 1d587d1719f48af30c767878cae167ff6158aef1 Mon Sep 17 00:00:00 2001 From: xiaoyange Date: Fri, 22 Nov 2024 09:35:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[#IB68MP]=E4=BF=AE=E6=94=B9react-native?= =?UTF-8?q?-nfc-manager=E7=9A=84=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-nfc-manager.md | 6 +++--- zh-cn/react-native-nfc-manager.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en/react-native-nfc-manager.md b/en/react-native-nfc-manager.md index bfd005a2..d1ccada7 100644 --- a/en/react-native-nfc-manager.md +++ b/en/react-native-nfc-manager.md @@ -370,9 +370,9 @@ Open the `entry/src/main/module.json5` file and add the following code: | getLaunchTagEvent | Retrieve events or data when an application is launched (or reactivated) due to NFC tag scanning | function | NO | Android | yes | | transceive | Send instructions to Tag | function | NO | Android | yes | | getMaxTransceiveLength | Query the maximum data length that can be sent to a label | function | NO | Android | yes | -| setTimeout | Set the timeout for sending data to Tag | function | NO | Android | yes | -| connect | Establish a connection with the tag | function | NO | Android | yes | -| close | Close tag connection | function | NO | Android | yes | +| setTimeout | Set the timeout for sending data to Tag | function | NO | Android | NO | +| connect | Establish a connection with the tag | function | NO | Android | NO | +| close | Close tag connection | function | NO | Android | NO | **NfcVHandler** | Name | Description | Type | Required | Platform | HarmonyOS Support | diff --git a/zh-cn/react-native-nfc-manager.md b/zh-cn/react-native-nfc-manager.md index 7e2c0cb9..4e77a7b4 100644 --- a/zh-cn/react-native-nfc-manager.md +++ b/zh-cn/react-native-nfc-manager.md @@ -370,9 +370,9 @@ ohpm install | getLaunchTagEvent | Retrieve events or data when an application is launched (or reactivated) due to NFC tag scanning | function | NO | Android | yes | | transceive | Send instructions to Tag | function | NO | Android | yes | | getMaxTransceiveLength | Query the maximum data length that can be sent to a label | function | NO | Android | yes | -| setTimeout | Set the timeout for sending data to Tag | function | NO | Android | yes | -| connect | Establish a connection with the tag | function | NO | Android | yes | -| close | Close tag connection | function | NO | Android | yes | +| setTimeout | Set the timeout for sending data to Tag | function | NO | Android | NO | +| connect | Establish a connection with the tag | function | NO | Android | NO | +| close | Close tag connection | function | NO | Android | NO | **NfcVHandler** | Name | Description | Type | Required | Platform | HarmonyOS Support | -- Gitee