1.1.0 • Published 9 months ago

@adeprez/capacitor-firebase-dynamic-links v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@sencrop/capacitor-firebase-dynamic-links

Firebase dynamic links Plugin for Capacitor

Install

npm install @sencrop/capacitor-firebase-dynamic-links
npx cap sync

API

addListener('deepLinkOpen', ...)

addListener(eventName: 'deepLinkOpen', listenerFunc: (data: DeepLinkOpen) => void) => PluginListenerHandle
ParamType
eventName'deepLinkOpen'
listenerFunc(data: DeepLinkOpen) => void

Returns: PluginListenerHandle


Interfaces

PluginListenerHandle

PropType
remove() => Promise<void>

DeepLinkOpen

PropType
urlstring
1.1.0

9 months ago