No Description

xiongzhu 3cbad02c86 feat: initialize UPI Launcher Capacitor plugin and export dist artifacts 1 week ago
android 810ab50cb5 first commit 1 week ago
dist 3cbad02c86 feat: initialize UPI Launcher Capacitor plugin and export dist artifacts 1 week ago
example-app b2a5648cd9 Initial commit 1 week ago
ios b2a5648cd9 Initial commit 1 week ago
src f70ca3e4b9 feat: replace echo method with launch and update documentation accordingly 1 week ago
.eslintignore b2a5648cd9 Initial commit 1 week ago
.gitignore 3cbad02c86 feat: initialize UPI Launcher Capacitor plugin and export dist artifacts 1 week ago
.prettierignore b2a5648cd9 Initial commit 1 week ago
CONTRIBUTING.md b2a5648cd9 Initial commit 1 week ago
CapaciorPluginUpiLauncher.podspec b2a5648cd9 Initial commit 1 week ago
Package.swift b2a5648cd9 Initial commit 1 week ago
README.md f70ca3e4b9 feat: replace echo method with launch and update documentation accordingly 1 week ago
package.json b2a5648cd9 Initial commit 1 week ago
rollup.config.mjs b2a5648cd9 Initial commit 1 week ago
tsconfig.json b2a5648cd9 Initial commit 1 week ago

README.md

capacior-plugin-upi-launcher

upi launcher

Install

To use npm

npm install capacior-plugin-upi-launcher
````

To use yarn

bash yarn add capacior-plugin-upi-launcher


Sync native files

bash npx cap sync


## API

<docgen-index>

* [`launch(...)`](#launch)
* [Interfaces](#interfaces)
* [Type Aliases](#type-aliases)

</docgen-index>

<docgen-api>
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->

### launch(...)

typescript launch(options: UpiLaunchOptions) => Promise ```

Param Type
options UpiLaunchOptions

Interfaces

UpiLaunchOptions

Prop Type Description
app UpiApp Note: Typescript v5.2+ users should import OrientationLockType from @capacitor/screen-orientation.
vpa string
amount string
name string
number string
bankId string
ifsc string
message string

Type Aliases

UpiApp

'PhonePe' | 'Paytm'