<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
expect sealed interface ContentDataType
```


Content data type information.

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



<div class='sourceset sourceset-android'>Android</div>



```kotlin
actual sealed interface ContentDataType
```