CountDownTimer.OnTick(Int64) Method

Definition

Callback fired on regular interval.

[Android.Runtime.Register("onTick", "(J)V", "GetOnTick_JHandler")]
public abstract void OnTick (long millisUntilFinished);
[<Android.Runtime.Register("onTick", "(J)V", "GetOnTick_JHandler")>]
abstract member OnTick : int64 -> unit

Parameters

millisUntilFinished
Int64

The amount of time until finished.

Attributes

Remarks

Callback fired on regular interval.

Java documentation for android.os.CountDownTimer.onTick(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to