Classes

The following classes are available globally.

  • 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
  • Access to the Mixpanel People API, available as an accessible variable from the main Mixpanel instance.

    See more

    Declaration

    Swift

    open class People