1.0.0-0 • Published 2 years ago

@justglanceit/capacitor-plugin-external-link-account v1.0.0-0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.