capacitor-fingerprint-pro
v7.0.0
Published
Implement FingerprintJS
Readme
cap-fingerprint
FingerprintJS pro pluging for android, ios and web
Install
npm install cap-fingerprint
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getFingerprint(...)
getFingerprint(options: { publicKey: string; }) => Promise<{ visitorId: string; }>| Param | Type |
| ------------- | ----------------------------------- |
| options | { publicKey: string; } |
Returns: Promise<{ visitorId: string; }>
