0.0.1 • Published 3 years ago

ionic-uxrecord v0.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 years ago

ionic-uxrecord

UXRecord - Deliver the perfect app experience.

Install

npm install ionic-uxrecord
npx cap sync

API

start(...)

start(options: { appKey: string; }) => void
ParamType
options{ appKey: string; }

setUserProperty(...)

setUserProperty(options: { propertyName: string; value?: any; }) => void
ParamType
options{ propertyName: string; value?: any; }

logEvent(...)

logEvent(options: { name: string; properties?: any; }) => void
ParamType
options{ name: string; properties?: any; }

0.0.1

3 years ago