| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "api": {
- "name": "UpiLauncherPlugin",
- "slug": "upilauncherplugin",
- "docs": "",
- "tags": [],
- "methods": [
- {
- "name": "launch",
- "signature": "(options: UpiLaunchOptions) => Promise<void>",
- "parameters": [
- {
- "name": "options",
- "docs": "",
- "type": "UpiLaunchOptions"
- }
- ],
- "returns": "Promise<void>",
- "tags": [],
- "docs": "",
- "complexTypes": [
- "UpiLaunchOptions"
- ],
- "slug": "launch"
- }
- ],
- "properties": []
- },
- "interfaces": [
- {
- "name": "UpiLaunchOptions",
- "slug": "upilaunchoptions",
- "docs": "",
- "tags": [],
- "methods": [],
- "properties": [
- {
- "name": "app",
- "tags": [],
- "docs": "Note: Typescript v5.2+ users should import OrientationLockType from @capacitor/screen-orientation.",
- "complexTypes": [
- "UpiApp"
- ],
- "type": "UpiApp"
- },
- {
- "name": "vpa",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string"
- },
- {
- "name": "amount",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string"
- },
- {
- "name": "name",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string"
- },
- {
- "name": "number",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string"
- },
- {
- "name": "bankId",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string"
- },
- {
- "name": "ifsc",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string"
- },
- {
- "name": "message",
- "tags": [],
- "docs": "",
- "complexTypes": [],
- "type": "string | undefined"
- }
- ]
- }
- ],
- "enums": [],
- "typeAliases": [
- {
- "name": "UpiApp",
- "slug": "upiapp",
- "docs": "",
- "types": [
- {
- "text": "'PhonePe'",
- "complexTypes": []
- },
- {
- "text": "'Paytm'",
- "complexTypes": []
- }
- ]
- }
- ],
- "pluginConfigs": []
- }
|