dazzling-honey-61665
11/11/2025, 9:07 AMfresh-football-47124
fresh-football-47124
fresh-football-47124
fresh-football-47124
dazzling-honey-61665
11/12/2025, 7:56 AMdazzling-honey-61665
11/18/2025, 10:54 AMfun feature(id: String): GBFeatureResult {
val evaluator = GBFeatureEvaluator(
createEvaluationContext(), this.forcedFeatures,
)
return evaluator.evaluateFeature(
featureKey = id,
attributeOverrides = attributeOverrides,
)
}
To know in which variant the user is to know how to render in compose a part of the screen. But we are tracking the experiment in the moment the user scroll down in this screen and see the UI component.
This behaviour could affect the SRM? Because can happen that we are consuming the experiment calling the feature function, but not sending the experiment tracking ("_assign_experiment_") if the user not scroll down.