Composable Function

collectFoldingFeaturesAsState

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Android

Added in 1.0.0-alpha06

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