Composables UI is out: our new component library for Compose Multiplatform ->
Class

TimelineMode.TimeBoundEntries

The GlanceTileService provides a UI for a fixed set of time intervals

Source set: Android

Deprecated

glance-wear-tiles is deprecated and will be removed

public class TimeBoundEntries(public val timeIntervals: Set<TimeInterval>) : TimelineMode

The GlanceTileService provides a UI for a fixed set of time intervals

Parameters

timeIntervals Used to build the list of time intervals, the list must not be empty.

Last updated: