0.0.1 • Published 3 years ago
ionic-uxrecord v0.0.1
ionic-uxrecord
UXRecord - Deliver the perfect app experience.
Install
npm install ionic-uxrecord
npx cap sync
API
start(...)
start(options: { appKey: string; }) => void
Param | Type |
---|---|
options | { appKey: string; } |
setUserProperty(...)
setUserProperty(options: { propertyName: string; value?: any; }) => void
Param | Type |
---|---|
options | { propertyName: string; value?: any; } |
logEvent(...)
logEvent(options: { name: string; properties?: any; }) => void
Param | Type |
---|---|
options | { name: string; properties?: any; } |
0.0.1
3 years ago