Flutter教程

Mixpanel

Contents

Cordova Plugin that wraps Mixpanel SDK for Android and iOS

https://github.com/samzilverberg/cordova-mixpanel-plugin

联系我们?

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.

Contact Us Today!

Ionic Mixpanel插件的安装(Installation)

ionic cordova plugin add cordova-plugin-mixpanel npm install @ionic-native/mixpanel
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
ionic enterprise register --key=YOURPRODUCTKEY npm install @ionic-enterprise/mixpanel

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);