2.0.0 • Published 8 months ago

@atroo/capacitor-pass-to-wallet v2.0.0

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

capacitor-pass-to-wallet

Allow to add .pkpass file to Apple Wallet

Install

npm install @atroo/capacitor-pass-to-wallet
npx cap sync

Compatibility

Capacitor VersionPlugin Version
4.x1.x
5.x2.x

API

addToWallet(...)

addToWallet(options: { base64: string; }) => Promise<{ value: string; }>
ParamType
options{ base64: string; }

Returns: Promise<{ value: string; }>


addMultipleToWallet(...)

addMultipleToWallet(options: { base64: string[]; }) => Promise<{ value: string; }>
ParamType
options{ base64: string[]; }

Returns: Promise<{ value: string; }>


passExists(...)

passExists(options: { base64: string; }) => Promise<{ passExists: boolean; }>
ParamType
options{ base64: string; }

Returns: Promise<{ passExists: boolean; }>


2.0.0

8 months ago

1.1.0

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago