Example usage for Java android.os CountDownTimer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | cancel() Cancel the countdown. |
void | onFinish() Callback fired when the time is up. |
CountDownTimer | start() Start the countdown. |