Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol MixpanelFlagDelegate : AnyObject -
A protocol defining the public interface for a feature flagging system.
See moreDeclaration
Swift
public protocol MixpanelFlags -
Delegate protocol for updating the Proxy Server API’s network behavior.
See moreDeclaration
Swift
public protocol MixpanelProxyServerDelegate : AnyObject -
Delegate protocol for controlling the Mixpanel API’s network behavior.
See moreDeclaration
Swift
public protocol MixpanelDelegate : AnyObject -
Any object that conforms to this protocol may log messages
See moreDeclaration
Swift
public protocol MixpanelLogging -
Property keys must be String objects and the supported value types need to conform to MixpanelType. MixpanelType can be either String, Int, UInt, Double, Float, Bool, [MixpanelType], [String: MixpanelType], Date, URL, or NSNull. Numbers are not NaN or infinity
See moreDeclaration
Swift
public protocol MixpanelType
View on GitHub
Protocols Reference