fun getPausedTime()

in TwoWaySample/app/src/main/java/com/example/android/databinding/twowaysample/util/TimerWrapper.kt [33:41]


    fun getPausedTime() : Long
    fun resetStartTime()
    fun resetPauseTime()
}

/**
 * The default timer is used in the normal execution of the app.
 */
object DefaultTimer : Timer {