Builder

class Builder(style: CollectInputsSelectionChoiceStyle, value: String)

Functions

Link copied to clipboard
fun build(): CollectInputsSelectionChoice
Link copied to clipboard

Set the style of the button

Link copied to clipboard
fun setValue(value: String): CollectInputsSelectionChoice.Builder

Set the button text/value

Properties

Link copied to clipboard
var style: CollectInputsSelectionChoiceStyle
Link copied to clipboard
var value: String