capacitor-facebook-pixel
v1.0.2
Published
Capacitor facebook pixel
Readme
capacitor-facebook-pixel
Capacitor facebook pixel
Install
npm install capacitor-facebook-pixel
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
logEvent(...)
logEvent(options: LogEventOptions) => Promise<string>| Param | Type |
| ------------- | ----------------------------------------------------------- |
| options | LogEventOptions |
Returns: Promise<string>
logAddToCartEvent(...)
logAddToCartEvent(options?: LogAddToCartOptions | undefined) => Promise<string>| Param | Type |
| ------------- | ------------------------------------------------------------------- |
| options | LogAddToCartOptions |
Returns: Promise<string>
Interfaces
LogEventOptions
| Prop | Type |
| ------------ | ------------------- |
| event | string |
| params | any |
LogAddToCartOptions
| Prop | Type |
| ------------ | ---------------- |
| params | any |
