AddressFormFilled

@Serializable
data class AddressFormFilled(val filledFields: List<FilledField>, val addressUi: AddressUI) : AutofillEvent

Emitted when an address form is filled.

Official doc

Constructors

Link copied to clipboard
constructor(filledFields: List<FilledField>, addressUi: 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