Package com.mixpanel.android.mpmetrics

This package contains the interface to Mixpanel that you can use from your Android apps. You can use Mixpanel to send events, update people analytics properties. The primary interface to Mixpanel services is in MixpanelAPI. At it's simplest, you can send events with
 

 MixpanelAPI mixpanel = MixpanelAPI.getInstance(context, MIXPANEL_TOKEN);
 mixpanel.track("Library integrated", null);

 
 
In addition to this reference documentation, you can also see our overview and getting started documentation at https://mixpanel.com/help/reference/android