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