0.0.1 • Published 6 months ago

capacitor-clarity-x v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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>
ParamType
__0{ projectId: string; }

setCustomUserId(...)

setCustomUserId({ customUserId }: { customUserId: string; }) => Promise<void>
ParamType
__0{ customUserId: string; }

0.0.1

6 months ago