MixpanelType

public protocol MixpanelType

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

  • Checks if this object has nested object types that Mixpanel supports.

    Declaration

    Swift

    func isValidNestedTypeAndValue() -> Bool
  • Undocumented

    Declaration

    Swift

    func equals(rhs: MixpanelType) -> Bool