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 3850038 commit 466988aCopy full SHA for 466988a
Sources/Optimizely/OptimizelyConfig.swift
@@ -22,7 +22,13 @@ public protocol OptimizelyConfig {
22
var environmentKey: String { get }
23
var sdkKey: String { get }
24
var revision: String { get }
25
+
26
+ // This experimentsMap is for experiments of legacy projects only.
27
+ // For flag projects, experiment keys are not guaranteed to be unique
28
+ // across multiple flags, so this map may not include all experiments
29
+ // when keys conflict.
30
var experimentsMap: [String: OptimizelyExperiment] { get }
31
32
var featuresMap: [String: OptimizelyFeature] { get }
33
var attributes: [OptimizelyAttribute] { get }
34
var audiences: [OptimizelyAudience] { get }
0 commit comments