This plugin was designed to do the most basic of functionality for NFC without using other peoples bullshit!
npm install basic-nfc
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
writeNFC(options: { message: string; }) => Promise<{ result: string; }>
Param | Type |
---|---|
options |
{ message: string; } |
Returns: Promise<{ result: string; }>
scanNFC(simulatePayload?: string | undefined) => Promise<{ message: string; }>
Param | Type |
---|---|
simulatePayload |
string |
Returns: Promise<{ message: string; }>