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 called for each size. During that call, the LocalSize will be the one for which the UI is generated.

Summary

Public functions

open String

Public functions

toString

open fun toString(): String