- getAnonymousId() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
- getBulkUploadLimit() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getDataExpiration() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getDeviceInfo() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Returns an unmodifiable map that contains the device description properties
that will be sent to Mixpanel.
- getDisableAppOpenEvent() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getDisableExceptionHandler() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getDistinctId() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Returns the string id currently being used to uniquely identify the user.
- getDistinctId() - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
- getEventsEndpoint() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getFlushBatchSize() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get maximum number of events/updates to send in a single network request
- getFlushBatchSize() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getFlushInterval() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getFlushOnBackground() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getGroup(String, Object) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Returns a Mixpanel.Group object that can be used to set and increment
Group Analytics properties.
- getGroupsEndpoint() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getInstance(Context, String, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String, String, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String, boolean, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String, boolean, String, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String, JSONObject, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String, JSONObject, String, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String, boolean, JSONObject, String, boolean) - Static method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the instance of MixpanelAPI associated with your Mixpanel project token.
- getInstance(Context, String) - Static method in class com.mixpanel.android.mpmetrics.MPConfig
-
Retrieves a new instance of MPConfig with configuration settings loaded from the provided context.
- getInstanceName() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getLevel() - Static method in class com.mixpanel.android.util.MPLog
-
- getMaximumDatabaseLimit() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Get the maximum size limit to the Mixpanel database.
- getMaximumDatabaseLimit() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getMinimumDatabaseLimit() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getMinimumSessionDuration() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getOfflineMode() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getPeople() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Returns a Mixpanel.People object that can be used to set and increment
People Analytics properties.
- getPeopleEndpoint() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getProxyRequestHeaders() - Method in interface com.mixpanel.android.util.ProxyServerInteractor
-
- getProxyServerInteractor() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getRemoveLegacyResidualFiles() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getResourcePackageName() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getSessionTimeoutDuration() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getSSLSocketFactory() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getSuperProperties() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Returns a json object of the user's current super properties
- getTrackAutomaticEvents() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
- getTrackAutomaticEvents() - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- getUserId() - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
- GROUPS - Static variable in class com.mixpanel.android.util.MPConstants.URL
-
- SESSION - Static variable in class com.mixpanel.android.mpmetrics.AutomaticEvents
-
- SESSION_LENGTH - Static variable in class com.mixpanel.android.mpmetrics.AutomaticEvents
-
- set(String, Object) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.Group
-
Sets a single property with the given name and value for this group.
- set(JSONObject) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.Group
-
Set a collection of properties on the identified group all at once.
- set(String, Object) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
Sets a single property with the given name and value for this user.
- set(JSONObject) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
Set a collection of properties on the identified user all at once.
- setEnableLogging(boolean) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Controls whether to enable the run time debug logging
- setEnableLogging(boolean) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setFlushBatchSize(int) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Set maximum number of events/updates to send in a single network request
- setFlushBatchSize(int) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setGroup(String, Object) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Set the group this user belongs to.
- setGroup(String, List<Object>) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Set the groups this user belongs to.
- setLevel(int) - Static method in class com.mixpanel.android.util.MPLog
-
- setMap(Map<String, Object>) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.Group
-
Set a collection of properties on the identified group all at once.
- setMap(Map<String, Object>) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
Set a collection of properties on the identified user all at once.
- setMaximumDatabaseLimit(int) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Set an integer number of bytes, the maximum size limit to the Mixpanel database.
- setMaximumDatabaseLimit(int) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setOfflineMode(OfflineMode) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
OfflineMode allows Mixpanel to be in-sync with client offline internal logic.
- setOnce(String, Object) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.Group
-
- setOnce(JSONObject) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.Group
-
- setOnce(String, Object) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
- setOnce(JSONObject) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
- setOnceMap(Map<String, Object>) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.Group
-
- setOnceMap(Map<String, Object>) - Method in interface com.mixpanel.android.mpmetrics.MixpanelAPI.People
-
- setProxyServerInteractor(ProxyServerInteractor) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setServerURL(String) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Set the base URL used for Mixpanel API requests.
- setServerURL(String, ProxyServerInteractor) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Set the base URL used for Mixpanel API requests.
- setServerURL(String, ProxyServerInteractor) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setServerURL(String) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setSSLSocketFactory(SSLSocketFactory) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
The MixpanelAPI will use the system default SSL socket settings under ordinary circumstances.
- setTrackAutomaticEvents(boolean) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- setUseIpAddressForGeolocation(boolean) - Method in class com.mixpanel.android.mpmetrics.MixpanelAPI
-
Controls whether to automatically send the client IP Address as part of event tracking.
- setUseIpAddressForGeolocation(boolean) - Method in class com.mixpanel.android.mpmetrics.MPConfig
-
- SuperPropertyUpdate - Interface in com.mixpanel.android.mpmetrics
-
Use SuperPropertyUpdate objects to make changes to super properties
in place, in a thread-safe way.