Fixed

data class Fixed(val interval: FixedUpdateIntervals) : UpdateInterval(source)

A predefined, fixed interval.

Constructors

Link copied to clipboard
constructor(interval: FixedUpdateIntervals)

Properties

Link copied to clipboard
val id: String

A unique, stable identifier for this interval, suitable for use in Compose keys.

Link copied to clipboard
Link copied to clipboard
open override val value: Long

The duration of the interval in seconds.