Class MixpanelOptions

java.lang.Object
com.mixpanel.android.mpmetrics.MixpanelOptions

public class MixpanelOptions extends Object
  • Method Details

    • getInstanceName

      public String getInstanceName()
    • isOptOutTrackingDefault

      public boolean isOptOutTrackingDefault()
    • getSuperProperties

      public org.json.JSONObject getSuperProperties()
    • areFeatureFlagsEnabled

      public boolean areFeatureFlagsEnabled()
    • getFeatureFlagsContext

      public org.json.JSONObject getFeatureFlagsContext()
    • getDeviceIdProvider

      @Nullable public DeviceIdProvider getDeviceIdProvider()
      Returns the custom device ID provider, or null if not set.
      Returns:
      The configured DeviceIdProvider, or null for default behavior.
    • getServerURL

      public String getServerURL()
      Returns the server URL configured for this Mixpanel instance.
      Returns:
      The server URL, or null if not configured (will use default).
    • getProxyServerInteractor

      public ProxyServerInteractor getProxyServerInteractor()
      Returns the proxy server interactor configured for this Mixpanel instance.
      Returns:
      The ProxyServerInteractor, or null if not configured.