AddressFormFilledParameter

@Serializable
data class AddressFormFilledParameter(val filledFields: List<Autofill.FilledField>, val addressUi: Autofill.AddressUI)

Emitted when an address form is filled.

Constructors

Link copied to clipboard
constructor(filledFields: List<Autofill.FilledField>, addressUi: Autofill.AddressUI)

Properties

Link copied to clipboard

An UI representation of the address used to fill the form. Consists of a 2D array where each child represents an address/profile line.

Link copied to clipboard

Information about the fields that were filled