Object

SizeMode.Exact

The GlanceAppWidget provides a UI for each size the App Widget may be displayed at.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public object Exact : SizeMode

The GlanceAppWidget provides a UI for each size the App Widget may be displayed at. The list of sizes is provided by the options bundle (see android.appwidget.AppWidgetManager.getAppWidgetOptions).

The composable will be run concurrently for each size. In each sub-composition, the LocalSize will be the one for which the UI is generated. See the note in SizeMode for more info.