capacitor-intent
v0.0.2
Published
Plugin for executing android intents from Capacitor app
Downloads
39
Readme
capacitor-intent
Plugin for executing android intents from Capacitor app
Install
npm install capacitor-intent
npx cap sync
API
startActivity(...)
startActivity(options: CapacitorIntentOptions) => Promise<void>
| Param | Type |
| ------------- | ------------------------------------------------------------------------- |
| options
| CapacitorIntentOptions |
Interfaces
CapacitorIntentOptions
| Prop | Type |
| ------------ | ------------------- |
| url
| string |
| action
| string |