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.
2 parents 31fddea + d95944d commit 11bf322Copy full SHA for 11bf322
src/main/java/com/statsig/androidsdk/Layer.kt
@@ -182,6 +182,10 @@ class Layer internal constructor(
182
return this.groupName
183
}
184
185
+ fun getAllocatedExperimentName(): String? {
186
+ return this.allocatedExperimentName
187
+ }
188
+
189
internal fun getSecondaryExposures(): Array<Map<String, String>> {
190
return this.secondaryExposures
191
@@ -190,10 +194,6 @@ class Layer internal constructor(
194
return this.undelegatedSecondaryExposures
195
192
196
193
- internal fun getAllocatedExperimentName(): String? {
- return this.allocatedExperimentName
- }
-
197
internal fun getExplicitParameters(): Set<String>? {
198
return this.explicitParameters
199
0 commit comments