All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.MutualExclusionConfig.kt Maven / Gradle / Ivy

package com.amplitude.experiment.evaluation

data class MutualExclusionConfig(
    val groupSalt: String,
    val lowerBound: Int,
    val percentage: Int,
    val bucketingKey: String = DEFAULT_BUCKETING_KEY,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy