@adeprez/capacitor-firebase-dynamic-links
v1.1.0
Published
Firebase dynamic links Plugin for Capacitor
Downloads
3
Readme
@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
| Param | Type |
| ------------------ | ------------------------------------------------------------------------ |
| eventName
| 'deepLinkOpen' |
| listenerFunc
| (data: DeepLinkOpen) => void |
Returns: PluginListenerHandle
Interfaces
PluginListenerHandle
| Prop | Type |
| ------------ | ----------------------------------------- |
| remove
| () => Promise<void> |
DeepLinkOpen
| Prop | Type |
| --------- | ------------------- |
| url
| string |