Builder

class Builder(title: String)

Functions

Link copied to clipboard
fun build(): CollectInputsCustomText
Link copied to clipboard
fun setDescription(description: String?): CollectInputsCustomText.Builder

Set the description of the form

Link copied to clipboard
fun setSkipButton(skipButton: String?): CollectInputsCustomText.Builder

Modify the skip button text

Link copied to clipboard
fun setSubmitButton(submitButton: String?): CollectInputsCustomText.Builder

Modify the submit button text

Link copied to clipboard
fun setTitle(title: String): CollectInputsCustomText.Builder

Set the title of the form

Properties

Link copied to clipboard
var description: String? = null
Link copied to clipboard
var skipButton: String? = null
Link copied to clipboard
var submitButton: String? = null
Link copied to clipboard
var title: String