@hereismass/capacitor-nfc
v0.0.1
Published
Capacitor plugin to use NFC on web/ios/android
Readme
@hereismass/capacitor-nfc
Capacitor plugin to use NFC on web/ios/android. Only Android for now
Install
npm install @hereismass/capacitor-nfc
npx cap syncAPI
Interfaces
NfcReadEvent
| Prop | Type |
| ------------------ | ------------------------------------------------- |
| serialNumber | string |
| message | NfcMessage |
NfcMessage
| Prop | Type |
| ------------- | --------------- |
| records | {} |
NfcRecord
| Prop | Type |
| ---------------- | ---------------------------- |
| recordType | 'text' | 'url' |
| data | string |
NfcWriteEvent
| Prop | Type |
| ------------------ | ------------------- |
| serialNumber | string |
