0.0.4 • Published 1 year ago

capacitor-plugin-sunmi-nfc v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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


0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago