ABTesting

data class ABTesting(val experimentID: String, val variantID: String) : ReportingData

Represents reporting data payload related to A/B testing session.

Constructors

Link copied to clipboard
constructor(experimentID: String, variantID: String)

Properties

Link copied to clipboard
open override val data: MutableMap<String, Any>

The data payload container.

Link copied to clipboard

The unique identifier for the A/B testing experiment.

Link copied to clipboard

The unique identifier for the A/B testing experiment variant.