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; }>


Readme

Keywords

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