Source set: Android
@Deprecated("glance-wear-tiles is deprecated and will be removed")
public sealed interface TimelineMode
Members
SingleEntry
Source set: Android
@Deprecated("glance-wear-tiles is deprecated and will be removed")
public object SingleEntry : TimelineMode
The GlanceTileService provides a single UI. The layout is fixed, and only the information inside the layout changes.
TimeBoundEntries
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. |