capacitor-clarity-x
v0.0.1
Published
Capacitor Clarity plugin for Android and iOS.
Readme
capacitor-clarity-x
Fork of the Microsoft Clarity plugin for android. Now implements iOS integration.
Install
npm install capacitor-clarity-x
npx cap syncAPI
initialize(...)
initialize({ projectId }: { projectId: string; }) => Promise<void>| Param | Type |
| --------- | ----------------------------------- |
| __0 | { projectId: string; } |
setCustomUserId(...)
setCustomUserId({ customUserId }: { customUserId: string; }) => Promise<void>| Param | Type |
| --------- | -------------------------------------- |
| __0 | { customUserId: string; } |
