@jkemperman/capacitor-firebase-dynamic-links
v0.0.11
Published
Firebase dynamic links Plugin for Capacitoritor
Downloads
1
Readme
@sencrop/capacitor-firebase-dynamic-links
Firebase dynamic links Plugin for Capacitoritor
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 |