capacitor-wallet-access
TypeScript icon, indicating that this package has built-in type declarations

2.0.14 • Public • Published

capacitor-wallet-access

Used to gain access to a user's wallet on their device. This allows access to the cards, passes, or tickets a user will have in their wallet, but this does NOT include the capacity to create new passes

Install

npm install capacitor-wallet-access
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


getWallet(...)

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

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


generatePass(...)

generatePass(options: { passConfig: object; passObject: object; miscData?: object; }) => Promise<{ newPass: string; }>
Param Type
options { passConfig: object; passObject: object; miscData?: object; }

Returns: Promise<{ newPass: string; }>


Readme

Keywords

Package Sidebar

Install

npm i capacitor-wallet-access

Weekly Downloads

12

Version

2.0.14

License

MIT

Unpacked Size

40.3 kB

Total Files

27

Last publish

Collaborators

  • ostrich_development