@justglanceit/capacitor-plugin-external-link-account
v1.0.0-0
Published
Implement External Link Account entitlement requirements
Readme
External Link Account Capacitor plugin
Implement External Link Account requirements
Install
npm install @justglanceit/capacitor-plugin-external-link-account
npx cap syncAPI
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.
