Java android.os CountDownTimer fields, constructors, methods, implement or subclass

Example usage for Java android.os CountDownTimer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os CountDownTimer.

The text is from its open source code.

Subclass

android.os.CountDownTimer has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidcancel()
Cancel the countdown.
voidonFinish()
Callback fired when the time is up.
CountDownTimerstart()
Start the countdown.