Language

AutofillType Enum

Definition

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.

Applies to