0.0.1 • Published 6 months ago
capacitor-clarity-x v0.0.1
capacitor-clarity-x
Fork of the Microsoft Clarity plugin for android. Now implements iOS integration.
Install
npm install capacitor-clarity-x
npx cap sync
API
initialize(...)
initialize({ projectId }: { projectId: string; }) => Promise<void>
Param | Type |
---|---|
__0 | { projectId: string; } |
setCustomUserId(...)
setCustomUserId({ customUserId }: { customUserId: string; }) => Promise<void>
Param | Type |
---|---|
__0 | { customUserId: string; } |
0.0.1
6 months ago