AutofillContentType Enum
Contains constants that identify the semantic meaning for an editor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
public enum AutofillContentType
#Members
Name | Description | Android | i |
---|---|---|---|
None
|
Indicates that an autofill service cannot populate this editor. |
||
Username
|
Indicates that an autofill service can populate this editor with a username. |
||
Email
|
Indicates that an autofill service can populate this editor with an email address. |
||
Credit
|
Indicates that an autofill service can populate this editor with a credit card number. |
||
Name
|
Indicates that an autofill service can populate this editor with a person’s full name. |
||
Middle
|
Indicates that an autofill service can populate this editor with a person’s middle name. |
||
Family
|
Indicates that an autofill service can populate this editor with a person’s last/family name. |
||
Given
|
Indicates that an autofill service can populate this editor with a person’s first/given name. |
||
Name
|
Indicates that an autofill service can populate this editor with a person’s name prefix, such as an honorific (“Mr.”, “Ms.”, “Dr.”, and so on). |
||
Name
|
Indicates that an autofill service can populate this editor with a person’s name suffix (for example, “Jr.”). |
||
Phone
|
Indicates that an autofill service can populate this editor with a person’s full phone number with country code. |
||
One
|
Indicates that an autofill service can populate this editor with a one-time code for delivery over SMS. |
||
Postal
|
Indicates that an autofill service can populate this editor with a postal code. |
||
Address
|
Indicates that an autofill service can populate this editor with a street address. |
||
Address
|
Indicates that an autofill service can populate this editor with an address locality (city/town). |
||
Address
|
Indicates that an autofill service can populate this editor with a region/state. |
||
Address
|
Indicates that an autofill service can populate this editor with a country name/code. |
||
Android
|
Indicates that an autofill service can populate this editor with a date of birth. |
||
Android
|
Indicates that an autofill service can populate this editor with a birth day (of the month). |
||
Android
|
Indicates that an autofill service can populate this editor with a birth month. |
||
Android
|
Indicates that an autofill service can populate this editor with a birth year. |
||
Android
|
Indicates that an autofill service can populate this editor with a credit card expiration date. |
||
Android
|
Indicates that an autofill service can populate this editor with a credit card expiration day. |
||
Android
|
Indicates that an autofill service can populate this editor with a credit card expiration month. |
||
Android
|
Indicates that an autofill service can populate this editor with a credit card expiration year. |
||
Android
|
Indicates that an autofill service can populate this editor with a credit card security code. |
||
Android
|
Indicates that an autofill service can populate this editor with a gender. |
||
Android
|
Indicates that an autofill service can interpret this editor as a newly created username for save/update. |
||
Android
|
Indicates that an autofill service can populate this editor with a person’s middle initial. |
||
Android
|
Indicates that an autofill service can populate this editor with a phone number’s country code. |
||
Android
|
Indicates that an autofill service can populate this editor with a phone number without country code. |
||
Android
|
Indicates that an autofill service can populate this editor with the current device’s phone number usually for Sign Up / OTP flows. |
||
Android
|
Indicates that an autofill service can populate this editor with an apartment/room/suite number. |
||
Android
|
Indicates that an autofill service can populate this editor with auxiliary address details. |
||
Android
|
Indicates that an autofill service can populate this editor with an extended ZIP/POSTAL code. |
||
IOSAddress
|
Indicates that an autofill service can populate this editor with a city name and a state name. |
||
IOSAddress
|
Indicates that an autofill service can populate this editor with the first line of a street address. |
||
IOSAddress
|
Indicates that an autofill service can populate this editor with the second line of a street address. |
||
IOSAddress
|
Indicates that an autofill service can populate this editor with a sublocality. |
||
IOSJob
|
Indicates that an autofill service can populate this editor with a job title. |
||
IOSLocation
|
Indicates that an autofill service can populate this editor with a location, such as a point of interest, an address, or another way to identify a location. |
||
IOSNickname
|
Indicates that an autofill service can populate this editor with a nickname. |
||
IOSOrganization
|
Indicates that an autofill service can populate this editor with an organization name. |
||
IOSUrl
|
Indicates that an autofill service can populate this editor with a URL. |
#Related API Members
The following properties accept/return AutofillContentType values: