onCountdownUpdate

abstract fun onCountdownUpdate(countdownSec: Int)

Deprecated

Use onUiStateUpdate instead.

Replace with

onUiStateUpdate(uiState, countdownSec)