capacitor-pass-to-wallet
Version:
Allow to add .pkpass files to Apple Wallet
47 lines • 1.16 kB
JSON
{
"api": {
"name": "CapacitorPassToWalletPlugin",
"slug": "capacitorpasstowalletplugin",
"docs": "",
"tags": [],
"methods": [
{
"name": "addToWallet",
"signature": "(options: { base64: string; }) => Promise<{ message: string; }>",
"parameters": [
{
"name": "options",
"docs": "",
"type": "{ base64: string; }"
}
],
"returns": "Promise<{ message: string; }>",
"tags": [],
"docs": "",
"complexTypes": [],
"slug": "addtowallet"
},
{
"name": "addMultipleToWallet",
"signature": "(options: { base64: string[]; }) => Promise<{ message: string; }>",
"parameters": [
{
"name": "options",
"docs": "",
"type": "{ base64: string[]; }"
}
],
"returns": "Promise<{ message: string; }>",
"tags": [],
"docs": "",
"complexTypes": [],
"slug": "addmultipletowallet"
}
],
"properties": []
},
"interfaces": [],
"enums": [],
"typeAliases": [],
"pluginConfigs": []
}