2.0.0 • Published 6 months ago
capacitor-launch-native v2.0.0
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; }>