0.0.3 • Published 2 years ago
mcoe-capacitor-wallet-access v0.0.3
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[]; }>
Param | Type |
---|---|
options | { value: string[]; } |
Returns: Promise<{ cards: any[]; }>