collectFoldingFeaturesAsState

Functions summary

State<List<FoldingFeature>>

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

android

Functions

collectFoldingFeaturesAsState

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

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

Returns
State<List<FoldingFeature>>

a State of a FoldingFeature list.