KonciergeExperimentResult

This class has no useful logic; it's just a wrapper for ar.com.florius.koncierge.types.KonciergeVariant results.

inline class KonciergeExperimentResult(unVariants: List<KonciergeVariant>)

Constructors

KonciergeExperimentResult
Link copied to clipboard
fun KonciergeExperimentResult(unVariants: List<KonciergeVariant>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toMap
Link copied to clipboard

Transform KonciergeExperimentResult into a matrix of results

E.g. { "EXP001": "control", "EXP002": "participating", "reb-button" }

fun toMap(): Map<String, List<String>>
toMatrix
Link copied to clipboard

Transform KonciergeExperimentResult into a matrix of results

E.g. [ "EXP001", "control", "EXP002", "participating", "reb-button"] ]

fun toMatrix(): List<List<String>>
toString
Link copied to clipboard
open override fun toString(): String

Properties

unVariants
Link copied to clipboard
val unVariants: List<KonciergeVariant>