2.0.14 • Published 5 months ago

capacitor-wallet-access v2.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getWallet(...)

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

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


generatePass(...)

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

Returns: Promise<{ newPass: string; }>


2.0.13

5 months ago

2.0.14

5 months ago

2.0.11

5 months ago

2.0.7

5 months ago

2.0.12

5 months ago

2.0.1

5 months ago

1.0.0

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago