PollFeatureConfig

data class PollFeatureConfig(val configurable: Boolean = true, val defaultValue: Boolean = false)

Configuration for a single poll feature toggle.

Parameters

configurable

Whether the toggle is shown in the poll creation UI.

defaultValue

The initial enabled/disabled state of the toggle.

Constructors

Link copied to clipboard
constructor(configurable: Boolean = true, defaultValue: Boolean = false)

Properties

Link copied to clipboard
val configurable: Boolean = true
Link copied to clipboard
val defaultValue: Boolean = false