0.0.3 • Published 10 months ago

capacitor-apple-passkit v0.0.3

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

capacitor-apple-passkit

Plugin that allows access to Apple PassKit functions.

Versions

Capacitor 5 -> Version 0.0.1 Capacitor 6 -> Version 0.0.3

Install

npm install capacitor-apple-passkit
npx cap sync

API

addToWallet(...)

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

Returns: Promise<{ message: string; }>


isWalletAppAvailable()

isWalletAppAvailable() => Promise<{ message: string; }>

Returns: Promise<{ message: string; }>


0.0.3

10 months ago

0.0.2-rc-cap4

2 years ago

0.0.1-rc-cap4

2 years ago

0.0.1

2 years ago