capacitor-intent-uri
v0.0.2
Published
open intent:// uris
Readme
capacitor-intent-uri
open intent:// uris
Install
npm install capacitor-intent-uri
npx cap syncAPI
openUri(...)
openUri(options: { url: string; }) => Promise<{ completed: true; } | { completed: false; message: string; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
Returns: Promise<{ completed: true; } | { completed: false; message: string; }>
