capacitor-pendo-plugin
v0.0.1
Published
A Capacitor plugin wrapper for the Pendo Mobile SDK, providing seamless integration with iOS, Android, and Web platforms.
Readme
capacitor-pendo-plugin
A Capacitor plugin wrapper for the Pendo Mobile SDK, providing seamless integration with iOS, Android, and Web platforms.
Install
npm install capacitor-pendo-plugin
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
setup(...)
setup(options: { appKey: string; }) => Promise<void>| Param | Type |
| ------------- | -------------------------------- |
| options | { appKey: string; } |
startSession(...)
startSession(options: { visitorId: string; accountId: string; visitorData?: any; accountData?: any; }) => Promise<void>| Param | Type |
| ------------- | -------------------------------------------------------------------------------------------- |
| options | { visitorId: string; accountId: string; visitorData?: any; accountData?: any; } |
track(...)
track(options: { event: string; properties?: any; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------------- |
| options | { event: string; properties?: any; } |
