rakshitha-sbi-capacitor-plugin
v1.0.9
Published
Capacitor plugin to use Android Intent with SBI
Maintainers
Readme
mosip-sbi-capacitor-plugin
Capacitor plugin to use Android Intent with SBI
Install
npm install mosip-sbi-capacitor-plugin
npx cap syncAPI
startActivity(...)
startActivity(options: CapacitorIntentOptions) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------------------------------------- |
| options | CapacitorIntentOptions |
Interfaces
CapacitorIntentOptions
| Prop | Type |
| ------------------ | ------------------- |
| url | string |
| methodType | string |
| action | string |
| requestKey | string |
| requestValue | string |
