MixpanelFlagVariant
public struct MixpanelFlagVariant : Decodable
Undocumented
-
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? -
Where this variant was sourced from. Always non-nil — every
MixpanelFlagVariantcarries a definite source..fallbackfor developer-supplied fallback instances;.networkor.persistence(persistedAt:)when the SDK serves a variant. For persisted variants, the timestamp lives on the.persistencecase so invalid combinations like “network with a timestamp” are unrepresentable.Declaration
Swift
public let source: Source -
Identifies where a served variant came from.
See moreDeclaration
Swift
public enum Source -
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)
View on GitHub
Install in Dash