Polling

data class Polling(val idle: Double, val active: Double)

Manifest refresh cadence (mirrors the TS Polling). idle is the seconds between polls when no break is active; active is the (typically shorter) interval while a break is being rendered. Both are seconds.

Constructors

Link copied to clipboard
constructor(idle: Double, active: Double)

Properties

Link copied to clipboard

Seconds between polls while a break is being rendered.

Link copied to clipboard

Seconds between polls while no break is active.