Classes

The following classes are available globally.

  • Access to autocapture tracking methods, available as an accessible variable from the main Mixpanel instance.

    Warning

    Experimental (beta). Autocapture may contain issues, and its API and the properties it captures may change in a future release before general availability.
    See more

    Declaration

    Swift

    open class Autocapture
  • Access to the Mixpanel Groups API, available through the getGroup function from the main Mixpanel instance.

    See more

    Declaration

    Swift

    open class Group
  • The primary class for integrating Mixpanel with your app.

    See more

    Declaration

    Swift

    open class Mixpanel
  • The class that represents the Mixpanel Instance

    See more

    Declaration

    Swift

    open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDelegate,
        MixpanelFlagDelegate
  • Undocumented

    See more

    Declaration

    Swift

    public class MixpanelLogger
  • Undocumented

    See more

    Declaration

    Swift

    public class MixpanelOptions
  • Access to the Mixpanel People API, available as an accessible variable from the main Mixpanel instance.

    See more

    Declaration

    Swift

    open class People