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


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



<h2 id="collectfoldingfeaturesasstate">collectFoldingFeaturesAsState</h2>

<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. |