Countdown

interface Countdown

Parameters for the countdown timer.

Properties

Link copied to clipboard
abstract val startedAt: Instant

The time when the countdown started.

Link copied to clipboard
abstract val timeoutSeconds: Long

The time after which the countdown will finish (even when the application is in background).