SizeMode.Exact

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

Summary

Public functions

open String

Public functions

toString

open fun toString(): String