remainingTime
Returns the remaining time for the provided Runnable.
Return
The remaining milliseconds until the timer is finished or 0 if the runnable is not running.
Parameters
runnable
The Runnable associated with a timer.
Returns the remaining time for the provided Runnable.
The remaining milliseconds until the timer is finished or 0 if the runnable is not running.
The Runnable associated with a timer.