Builder

class Builder(customText: CollectInputsCustomText)

Functions

Link copied to clipboard
fun build(): CollectInputsTextInput
Link copied to clipboard
fun setCustomText(customText: CollectInputsCustomText): CollectInputsTextInput.Builder

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

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

Set whether this form is required

Properties

Link copied to clipboard
var customText: CollectInputsCustomText
Link copied to clipboard
var required: Boolean = false