
commonMain.EvaluationCondition.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evaluation-core-jvm Show documentation
Show all versions of evaluation-core-jvm Show documentation
Core kotlin multiplatform package for Amplitude Experiment's evaluation.
package com.amplitude.experiment.evaluation
import kotlinx.serialization.Serializable
@Serializable
data class EvaluationCondition(
// How to select the property from the evaluation state.
val selector: List,
// The operator.
val op: String,
// The values to compare to.
val values: Set
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy