@kamyu/capacitor-nfcfemulator
v0.1.0
Published
NfcF Card Emulator
Readme
Capacitor-NfcFEmulator
NfcF Card Emulator
Android only!!
Install
npm install @kamyu/capacitor-nfcfemulator
npx cap syncAPI
enable()
enable() => anyReturns: any
disable()
disable() => anyReturns: any
getNfcId()
getNfcId() => anyReturns: any
setNfcId(...)
setNfcId(options: { nfcId: string; }) => any| Param | Type |
| ------------- | ------------------------------- |
| options | { nfcId: string; } |
Returns: any
