@falconeta/capacitor-facebook-pixel
v0.0.15
Published
plugin that enable pixel functionalities
Downloads
6
Readme
@falconeta/capacitor-facebook-pixel
plugin that enable pixel functionalities
Install
npm install @falconeta/capacitor-facebook-pixel
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>