See: Description
| Interface | Description |
|---|---|
| MixpanelAPI.Group |
Core interface for using Mixpanel Group Analytics features.
|
| MixpanelAPI.People |
Core interface for using Mixpanel People Analytics features.
|
| OnMixpanelTweaksUpdatedListener | |
| OnMixpanelUpdatesReceivedListener | |
| SuperPropertyUpdate |
Use SuperPropertyUpdate objects to make changes to super properties
in place, in a thread-safe way.
|
| Tweak<T> |
A Tweak allows you to alter values in your user's applications through the Mixpanel UI.
|
| Class | Description |
|---|---|
| AutomaticEvents | |
| ExceptionHandler | |
| InAppButton | |
| InAppNotification | |
| InstallReferrerReceiver | Deprecated
in 5.8.0.
|
| MiniInAppNotification |
Represents a mini in-app notification delivered from Mixpanel.
|
| MixpanelAPI |
Core class for interacting with Mixpanel Analytics.
|
| MixpanelFCMMessagingService |
Service for handling Firebase Cloud Messaging callbacks.
|
| MixpanelNotificationRouteActivity | |
| MixpanelPushNotification | |
| MixpanelPushNotificationDismissedReceiver | |
| MPConfig |
Stores global configuration options for the Mixpanel library.
|
| TakeoverInAppNotification |
Represents a takeover in-app notification delivered from Mixpanel.
|
| Enum | Description |
|---|---|
| InAppNotification.Type |
InApp Notifications in Mixpanel are either TAKEOVERs, that display full screen,
or MINI notifications that appear and disappear on the margins of the screen.
|
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