ContentDataType


Content data type information.

Autofill services use the ContentDataType to determine what kind of field is associated with the component.

Summary

Public companion properties

ContentDataType

Indicates that the associated component is a date.

Cmn
android
ContentDataType

Indicates that the associated component is a list.

Cmn
android
ContentDataType

Indicates that the associated component does not have a data type, and therefore is not autofillable.

Cmn
android
ContentDataType

Indicates that the associated component is a text field.

Cmn
android
ContentDataType

Indicates that the associated component is a toggle.

Cmn
android

Extension properties

Int
android

Public companion properties

Date

val DateContentDataType

Indicates that the associated component is a date.

List

val ListContentDataType

Indicates that the associated component is a list.

None

val NoneContentDataType

Indicates that the associated component does not have a data type, and therefore is not autofillable.

Text

val TextContentDataType

Indicates that the associated component is a text field.

Toggle

val ToggleContentDataType

Indicates that the associated component is a toggle.

Extension properties

dataType

val ContentDataType.dataTypeInt