Package com.mixpanel.android.mpmetrics
Class MixpanelOptions
java.lang.Object
com.mixpanel.android.mpmetrics.MixpanelOptions
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the custom device ID provider, or null if not set.org.json.JSONObjectReturns the proxy server interactor configured for this Mixpanel instance.Returns the server URL configured for this Mixpanel instance.org.json.JSONObjectboolean
-
Method Details
-
getInstanceName
-
isOptOutTrackingDefault
public boolean isOptOutTrackingDefault() -
getSuperProperties
public org.json.JSONObject getSuperProperties() -
areFeatureFlagsEnabled
public boolean areFeatureFlagsEnabled() -
getFeatureFlagsContext
public org.json.JSONObject getFeatureFlagsContext() -
getDeviceIdProvider
Returns the custom device ID provider, or null if not set.- Returns:
- The configured
DeviceIdProvider, or null for default behavior.
-
getServerURL
Returns the server URL configured for this Mixpanel instance.- Returns:
- The server URL, or null if not configured (will use default).
-
getProxyServerInteractor
Returns the proxy server interactor configured for this Mixpanel instance.- Returns:
- The ProxyServerInteractor, or null if not configured.
-