TimelineMode.TimeBoundEntries

class TimelineMode.TimeBoundEntries : TimelineMode


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

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Set<TimeInterval>

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

Public constructors

TimeBoundEntries

Added in 1.0.0-alpha06
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-alpha06
val timeIntervalsSet<TimeInterval>

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