0.1.0 • Published 2 years ago

@kamyu/capacitor-nfcfemulator v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Capacitor-NfcFEmulator

NfcF Card Emulator
Android only!!

Install

npm install @kamyu/capacitor-nfcfemulator
npx cap sync

API

enable()

enable() => any

Returns: any


disable()

disable() => any

Returns: any


getNfcId()

getNfcId() => any

Returns: any


setNfcId(...)

setNfcId(options: { nfcId: string; }) => any
ParamType
options{ nfcId: string; }

Returns: any