PresentmentDetails

data class PresentmentDetails(val type: ExperimentType, val buttonOrder: ButtonOrder, val pageType: PageType)

Initializes a new PresentmentDetails instance

Constructors

Link copied to clipboard
constructor(type: ExperimentType, buttonOrder: ButtonOrder, pageType: PageType)

Properties

Link copied to clipboard

Represents this buttons order in context of other buttons.

Link copied to clipboard

Represents the page or view the button is rendered on.

Link copied to clipboard

An ExperimentType that is either a control or test type