TimelineMode.TimeBoundEntries

class TimelineMode.TimeBoundEntries : TimelineMode


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

Summary

Public constructors

This function is deprecated. glance-wear-tiles is deprecated and will be removed

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. glance-wear-tiles is deprecated and will be removed

open Int

This function is deprecated. glance-wear-tiles is deprecated and will be removed

open String

This function is deprecated. glance-wear-tiles is deprecated and will be removed

Public properties

Set<TimeInterval>

This property is deprecated. glance-wear-tiles is deprecated and will be removed

Public constructors

TimeBoundEntries

Added in 1.0.0-alpha07
Deprecated in 1.0.0-alpha07
TimeBoundEntries(timeIntervals: Set<TimeInterval>)
Parameters
timeIntervals: Set<TimeInterval>

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

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

timeIntervals

Added in 1.0.0-alpha07
Deprecated in 1.0.0-alpha07
val timeIntervalsSet<TimeInterval>

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