0.0.3 • Published 10 months ago
capacitor-apple-passkit v0.0.3
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; }>