BTExperimentType
public enum BTExperimentType : String
The experiment type that is sent to analytics to help improve the Shopper Insights feature experience.
Warning
This module is in beta. It’s public API may change or be removed in future releases.-
The test experiment
Declaration
Swift
case test
-
The control experiment
Declaration
Swift
case control
-
Declaration
Swift
public var formattedExperiment: String { get }