MixpanelFlagVariant

public struct MixpanelFlagVariant : Decodable

Undocumented

  • key

    Undocumented

    Declaration

    Swift

    public let key: String
  • Undocumented

    Declaration

    Swift

    public let value: Any?
  • Undocumented

    Declaration

    Swift

    public let experimentID: String?
  • Undocumented

    Declaration

    Swift

    public let isExperimentActive: Bool?
  • Undocumented

    Declaration

    Swift

    public let isQATester: Bool?
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public init(key: String = "", value: Any? = nil, isExperimentActive: Bool? = nil, isQATester: Bool? = nil, experimentID: String? = nil)