---
title: "ContentType"
description: "Content type information.

Autofill services use the [ContentType] to determine what value to use to autofill fields
associated with this type. If the [ContentType] is not specified, the autofill services have to
use heuristics to determine the right value to use while autofilling the corresponding field."
type: "interface"
---

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


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

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



```kotlin
expect sealed interface ContentType
```


Content type information.

Autofill services use the `ContentType` to determine what value to use to autofill fields
associated with this type. If the `ContentType` is not specified, the autofill services have to
use heuristics to determine the right value to use while autofilling the corresponding field.


## Functions

```kotlin
operator fun plus(other: ContentType): ContentType
```


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



```kotlin
actual sealed interface ContentType
```

## Functions

```kotlin
actual operator fun plus(other: ContentType): ContentType
```


