Builder

class Builder(customText: CollectInputsCustomText)

Functions

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

Set the button choices to display on the form

Link copied to clipboard

Set the title and other custom text to display on the form

Link copied to clipboard
fun setRequired(required: Boolean): CollectInputsSelectionInput.Builder

Set whether this form is required

Properties

Link copied to clipboard
var choices: List<CollectInputsSelectionChoice>
Link copied to clipboard
var customText: CollectInputsCustomText
Link copied to clipboard
var required: Boolean = false