AddressAutofillOptions

class AddressAutofillOptions @JvmOverloads() constructor(countries: List<IsoCountryCode>?, language: IsoLanguageCode?) : Parcelable

Options, used for address autofill requests.

See also

Constructors

AddressAutofillOptions
Link copied to clipboard
fun AddressAutofillOptions(countries: List<IsoCountryCode>? = null, language: IsoLanguageCode? = defaultLocaleLanguage())

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

countries
Link copied to clipboard
val countries: List<IsoCountryCode>? = null
Limit results to one or more countries.
language
Link copied to clipboard
val language: IsoLanguageCode?
Specify the user’s language.