Exact
object Exact : SizeMode
kotlin.Any | |
↳ | androidx.glance.appwidget.SizeMode.Exact |
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 called for each size. During that call, the LocalSize will be the one for which the UI is generated.
Summary
Public methods | |
---|---|
String |
toString() |
Public methods
toString
fun toString(): String