PollSwitchInput
data class PollSwitchInput( var value: Any, val description: String = "", val minValue: Any? = null, val maxValue: Any? = null, val keyboardType: KeyboardType = KeyboardType.Text)
The input information that will be used to create a poll switch item.
Constructors
Link copied to clipboard
constructor(value: Any, description: String = "", minValue: Any? = null, maxValue: Any? = null, keyboardType: KeyboardType = KeyboardType.Text)