Skip to content

Commit 11bf322

Browse files
Merge pull request #314 from statsig-io/expose-allocated-xp
make allocated xp public
2 parents 31fddea + d95944d commit 11bf322

File tree

1 file changed

+4
-4
lines changed
  • src/main/java/com/statsig/androidsdk

1 file changed

+4
-4
lines changed

src/main/java/com/statsig/androidsdk/Layer.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ class Layer internal constructor(
182182
return this.groupName
183183
}
184184

185+
fun getAllocatedExperimentName(): String? {
186+
return this.allocatedExperimentName
187+
}
188+
185189
internal fun getSecondaryExposures(): Array<Map<String, String>> {
186190
return this.secondaryExposures
187191
}
@@ -190,10 +194,6 @@ class Layer internal constructor(
190194
return this.undelegatedSecondaryExposures
191195
}
192196

193-
internal fun getAllocatedExperimentName(): String? {
194-
return this.allocatedExperimentName
195-
}
196-
197197
internal fun getExplicitParameters(): Set<String>? {
198198
return this.explicitParameters
199199
}

0 commit comments

Comments
 (0)