0.0.1 • Published 11 months ago
capacitor-intent-uri v0.0.1
capacitor-intent-uri
open intent:// uris
Install
npm install capacitor-intent-uri
npx cap sync
API
openUri(...)
openUri(options: { url: string; }) => Promise<{ completed: boolean; }>
Param | Type |
---|---|
options | { url: string; } |
Returns: Promise<{ completed: boolean; }>
0.0.1
11 months ago