Builder

class Builder(customText: CollectInputsCustomText)

Functions

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

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

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

Set whether this form is required

Properties

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