Chronometer.IOnChronometerTickListener.OnChronometerTick(Chronometer) Method

Definition

Notification that the chronometer has changed.

[Android.Runtime.Register("onChronometerTick", "(Landroid/widget/Chronometer;)V", "GetOnChronometerTick_Landroid_widget_Chronometer_Handler:Android.Widget.Chronometer/IOnChronometerTickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnChronometerTick (Android.Widget.Chronometer? chronometer);
[<Android.Runtime.Register("onChronometerTick", "(Landroid/widget/Chronometer;)V", "GetOnChronometerTick_Landroid_widget_Chronometer_Handler:Android.Widget.Chronometer/IOnChronometerTickListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnChronometerTick : Android.Widget.Chronometer -> unit

Parameters

chronometer
Chronometer
Attributes

Remarks

Notification that the chronometer has changed.

Java documentation for android.widget.Chronometer.OnChronometerTickListener.onChronometerTick(android.widget.Chronometer).

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