CountDownTimer

public void CountDownTimer(long millisInFuture, long countDownInterval)

Parameters

millisInFuture

The number of millis in the future from the call to start until the countdown is done and onFinish is called.

countDownInterval

The interval along the way to receive onTick callbacks.