Mixpanel
Cordova Plugin that wraps Mixpanel SDK for Android and iOS
联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.
Ionic Mixpanel插件的安装(Installation)
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
Ionic Mixpanel插件支持的平台(Supported Platforms)
- Android
- Browser
- iOS
Ionic Mixpanel插件的用法(Usage)
import { Mixpanel } from '@ionic-native/mixpanel/ngx';
constructor(private mixpanel: Mixpanel, private mixpanelPeople: MixpanelPeople) { }
...
this.mixpanel.init(token)
.then(onSuccess)
.catch(onError);