docs.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "api": {
  3. "name": "UpiLauncherPlugin",
  4. "slug": "upilauncherplugin",
  5. "docs": "",
  6. "tags": [],
  7. "methods": [
  8. {
  9. "name": "launch",
  10. "signature": "(options: UpiLaunchOptions) => Promise<void>",
  11. "parameters": [
  12. {
  13. "name": "options",
  14. "docs": "",
  15. "type": "UpiLaunchOptions"
  16. }
  17. ],
  18. "returns": "Promise<void>",
  19. "tags": [],
  20. "docs": "",
  21. "complexTypes": [
  22. "UpiLaunchOptions"
  23. ],
  24. "slug": "launch"
  25. }
  26. ],
  27. "properties": []
  28. },
  29. "interfaces": [
  30. {
  31. "name": "UpiLaunchOptions",
  32. "slug": "upilaunchoptions",
  33. "docs": "",
  34. "tags": [],
  35. "methods": [],
  36. "properties": [
  37. {
  38. "name": "app",
  39. "tags": [],
  40. "docs": "Note: Typescript v5.2+ users should import OrientationLockType from @capacitor/screen-orientation.",
  41. "complexTypes": [
  42. "UpiApp"
  43. ],
  44. "type": "UpiApp"
  45. },
  46. {
  47. "name": "vpa",
  48. "tags": [],
  49. "docs": "",
  50. "complexTypes": [],
  51. "type": "string"
  52. },
  53. {
  54. "name": "amount",
  55. "tags": [],
  56. "docs": "",
  57. "complexTypes": [],
  58. "type": "string"
  59. },
  60. {
  61. "name": "name",
  62. "tags": [],
  63. "docs": "",
  64. "complexTypes": [],
  65. "type": "string"
  66. },
  67. {
  68. "name": "number",
  69. "tags": [],
  70. "docs": "",
  71. "complexTypes": [],
  72. "type": "string"
  73. },
  74. {
  75. "name": "bankId",
  76. "tags": [],
  77. "docs": "",
  78. "complexTypes": [],
  79. "type": "string"
  80. },
  81. {
  82. "name": "ifsc",
  83. "tags": [],
  84. "docs": "",
  85. "complexTypes": [],
  86. "type": "string"
  87. },
  88. {
  89. "name": "message",
  90. "tags": [],
  91. "docs": "",
  92. "complexTypes": [],
  93. "type": "string | undefined"
  94. }
  95. ]
  96. }
  97. ],
  98. "enums": [],
  99. "typeAliases": [
  100. {
  101. "name": "UpiApp",
  102. "slug": "upiapp",
  103. "docs": "",
  104. "types": [
  105. {
  106. "text": "'PhonePe'",
  107. "complexTypes": []
  108. },
  109. {
  110. "text": "'Paytm'",
  111. "complexTypes": []
  112. }
  113. ]
  114. }
  115. ],
  116. "pluginConfigs": []
  117. }