onTimerTick

abstract fun onTimerTick(timeRemaining: Long)

Method to be called every second by the CountUpTimer

Parameters

timeRemaining

: Time remaining in milliseconds.