scan
scan(
kind
,options?
):Promise
<Tag
>
Defined in: index.ts:231
Scans an NFC tag.
import { scan } from "@tauri-apps/plugin-nfc";await scan({ type: "tag" });
See https://developer.android.com/develop/connectivity/nfc/nfc#ndef for more information.
Promise
<Tag
>
© 2025 Tauri Contributors. CC-BY / MIT