-
Box
A layout composable with content.
-
Button
Adds a button view to the glance view.
-
Column
A layout composable with content, which lays its children out in a Column.
-
GlanceTheme
A top level theme for Glance code.
-
Image
A composable which lays out and draws the image specified in provider.
-
Row
A layout composable with content, which lays its children out in a Row.
-
Spacer
Component that represents an empty space layout, whose size can be defined using [GlanceModifier.
-
Text
Adds a text view to the glance view.
-
action
Create an Action that runs block when triggered.
-
clickable
Run block in response to a user click.
-
currentState
Retrieves the current customizable store for view specific state data as defined by GlanceStateDefinition in the surface implementation.
Glance
Jetpack Compose API reference for glance.