ElapsedTimeController

Functions

Link copied to clipboard

Give elapsed time in minutes

Link copied to clipboard
abstract fun resetTimer()

Reset timer

Link copied to clipboard
abstract fun start()

Start Sets the startTimeStamp to currentTime It's used when stopping time again.

Link copied to clipboard
abstract fun stop()

Stop Stops the time and uses startTimeStamp to update elapsedTimeInMillis