AdditionalFieldsConfiguration
data class AdditionalFieldsConfiguration @JvmOverloads constructor(val phone: AddressLauncher.AdditionalFieldsConfiguration.FieldConfiguration = FieldConfiguration.HIDDEN, val checkboxLabel: String? = null) : Parcelable
Parameters
phone
Configuration for the field that collects a phone number. Defaults to FieldConfiguration.HIDDEN
checkboxLabel
The label of a checkbox displayed below other fields. If null, the checkbox is not displayed. Defaults to null
Constructors
Link copied to clipboard
constructor(phone: AddressLauncher.AdditionalFieldsConfiguration.FieldConfiguration = FieldConfiguration.HIDDEN, checkboxLabel: String? = null)