CountDownTimer.OnTick(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.