---
title: "autofill"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
override val autofill: AndroidAutofill? =
        if (autofillSupported()) AndroidAutofill(this, autofillTree) else null
```
