MixpanelTweaks
public struct MixpanelTweaks: TweakLibraryType
The MixpanelTweaks struct that needs to be extended to define new Tweaks for A/B testing
-
The default store that holds the Tweaks
Declaration
Swift
public static var defaultStore: TweakStore = TweakStore(enabled: true) -
setTweaks needs to be called to add the defined Tweaks into the environment.
Declaration
Swift
public static func setTweaks(tweaks: [TweakClusterType])Parameters
tweaksthe tweaks to set
View on GitHub
MixpanelTweaks Structure Reference