AutofillType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the kind of value a view accepts for autofill.
public enum AutofillType
type AutofillType =
- Inheritance
-
AutofillType
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Represents the absence of an autofill data type. |
| Text | 1 | Identifies the text type of autofill data. |
| Toggle | 2 | Identifies the toggle type of autofill data. |
| List | 3 | Identifies the list type of autofill data. |
| Date | 4 | Identifies the date type of autofill data. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.