ContentDataType
-
Cmn
sealed interface ContentDataType
-
android
interface 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
None
val None: ContentDataType
Indicates that the associated component does not have a data type, and therefore is not autofillable.