Android.OS.CountDownTimer: Method Members

The methods of Android.OS.CountDownTimer are listed below. For a list of all members, see the CountDownTimer Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Cancel()
Cancel the countdown.
abstract
OnFinish()
Callback fired when the time is up.
abstract
OnTick(long)
Callback fired on regular interval.
Start() : CountDownTimer
Start the countdown.