---
title: "collectFoldingFeaturesAsState"
description: "Collects the current window folding features from [WindowInfoTracker] in to a [State]."
type: "composable"
---

<div class='type'>Composable Function</div>


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

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


```kotlin
@ExperimentalMaterial3AdaptiveApi
@Composable
fun collectFoldingFeaturesAsState(): State<List<FoldingFeature>>
```


Collects the current window folding features from `WindowInfoTracker` in to a `State`.

#### Returns

| | |
| --- | --- |
|  | a `State` of a `FoldingFeature` list. |





