@justglanceit/capacitor-plugin-external-link-account
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-0 • Public • Published

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.


Readme

Keywords

Package Sidebar

Install

npm i @justglanceit/capacitor-plugin-external-link-account

Weekly Downloads

1

Version

1.0.0-0

License

MIT

Unpacked Size

20.1 kB

Total Files

26

Last publish

Collaborators

  • patrykbojczuk