Aucune description

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

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'