capacitor-plugin-sunmi-nfc
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

capacitor-plugin-sunmi-nfc

This is a capacitor plugin to handle the nfc card

Install

npm install capacitor-plugin-sunmi-nfc
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


discoverNfcCard()

discoverNfcCard() => Promise<{ decId: string; reversedDecId: string; hexId: string; reversedHexId: string; }>

Returns: Promise<{ decId: string; reversedDecId: string; hexId: string; reversedHexId: string; }>


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i capacitor-plugin-sunmi-nfc

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

25.5 kB

Total Files

27

Last publish

Collaborators

  • itdevstar