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