custom-capacitor-share
v0.0.4
Published
Capacitor Plugin to share content
Readme
capacitor-share
Capacitor Plugin to share content
Install
npm install capacitor-share
npx cap syncAPI
share(...)
share(options: ShareOptions) => Promise<void>| Param | Type |
| ------------- | ----------------------------------------------------- |
| options | ShareOptions |
Interfaces
ShareOptions
| Prop | Type |
| ----------- | ------------------- |
| title | string |
| text | string |
| url | string |
