External Link Account Capacitor plugin
Implement External Link Account requirements
Install
npm install @justglanceit/capacitor-plugin-external-link-account
npx cap sync
API
canOpen()
canOpen() => Promise<{ value: boolean; }>
Resolves with value
=== true
if app can open interstitial modal sheet before linking out, false
otherwise.
Returns: Promise<{ value: boolean; }>
open()
open() => Promise<void>
Opens interstitial modal sheet before linking out if available, throws exception if cannot link outside or modal is not available.
Modal is available for iOS 16.0
or greater.