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
tweaks
the tweaks to set