capacitor-apple-passkit
v0.0.3
Published
Plugin that allows access to Apple PassKit functions.
Downloads
241
Maintainers
Readme
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; }>
| Param | Type |
| ------------- | -------------------------------- |
| options
| { base64: string; } |
Returns: Promise<{ message: string; }>
isWalletAppAvailable()
isWalletAppAvailable() => Promise<{ message: string; }>
Returns: Promise<{ message: string; }>