0.0.3 • Published 2 years ago

mcoe-capacitor-wallet-access v0.0.3

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

mcoe-capacitor-wallet-access

Designed to allow Front End Developers access to the contents of a user's Wallet. This means that the plugin will ultimately allow for the retrieval, alteration, or deletion of PKPasses from a user's wallet. Currently only functional in capacitor v3.9.0 and typeScript v3.8.3

Install

npm install mcoe-capacitor-wallet-access
npx cap sync

API

getWallet(...)

getWallet(options: { value: string[]; }) => Promise<{ cards: any[]; }>
ParamType
options{ value: string[]; }

Returns: Promise<{ cards: any[]; }>


0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago