See: Description
| Interface | Description |
|---|---|
| MixpanelAPI.Group |
Core interface for using Mixpanel Group Analytics features.
|
| MixpanelAPI.People |
Core interface for using Mixpanel People Analytics features.
|
| SuperPropertyUpdate |
Use SuperPropertyUpdate objects to make changes to super properties
in place, in a thread-safe way.
|
| Class | Description |
|---|---|
| AutomaticEvents | |
| ExceptionHandler | |
| MixpanelAPI |
Core class for interacting with Mixpanel Analytics.
|
| MPConfig |
Stores global configuration options for the Mixpanel library.
|
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