We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca9493 commit b076017Copy full SHA for b076017
Experiments/Experiments/ABTest.swift
@@ -1,8 +1,8 @@
1
import AutomatticTracks
2
3
-/// ABTest defines AB testing experiments and runs the tests based on their variations from the ExPlat service.
+/// ABTest adds A/B testing experiments and runs the tests based on their variations from the ExPlat service.
4
///
5
-enum ABTest: String, CaseIterable {
+public enum ABTest: String, CaseIterable {
6
/// Throwaway case, to prevent a compiler error:
7
/// `An enum with no cases cannot declare a raw type`
8
case null
@@ -13,7 +13,7 @@ enum ABTest: String, CaseIterable {
13
}
14
15
16
-extension ABTest {
+public extension ABTest {
17
/// Start the AB Testing platform if any experiment exists
18
19
static func start() {
0 commit comments