capacitor-launch-native
v1.1.1
Published
Launch an app natively, if it exists
Downloads
761
Readme
capacitor-launch-native
Launch an app natively, if it exists
Install
npm install capacitor-launch-native
npx cap sync
API
attempt(...)
attempt(options: { url: string; }) => Promise<{ completed: boolean; }>
| Param | Type |
| ------------- | ----------------------------- |
| options
| { url: string; } |
Returns: Promise<{ completed: boolean; }>