UNPKG

@jackobo/capacitor-pass-to-wallet

Version:

Capacitor plugin for adding digital passes to Apple and Google wallet

55 lines 1.27 kB
{ "api": { "name": "CapacitorPassToWalletPlugin", "slug": "capacitorpasstowalletplugin", "docs": "Capacitor plugin for adding passes to Google & Apple wallets", "tags": [], "methods": [ { "name": "addToWallet", "signature": "(options: IAddToWalletOptions) => Promise<void>", "parameters": [ { "name": "options", "docs": "", "type": "IAddToWalletOptions" } ], "returns": "Promise<void>", "tags": [ { "name": "param", "text": "options" } ], "docs": "Adds one or more passes to the wallet", "complexTypes": [ "IAddToWalletOptions" ], "slug": "addtowallet" } ], "properties": [] }, "interfaces": [ { "name": "IAddToWalletOptions", "slug": "iaddtowalletoptions", "docs": "addToWallet method parameters", "tags": [], "methods": [], "properties": [ { "name": "base64PassesContent", "tags": [], "docs": "", "complexTypes": [], "type": "string[]" } ] } ], "enums": [], "typeAliases": [], "pluginConfigs": [] }