Notification.ExtraShowChronometer Field

Definition

#extras key: whether #when should be shown as a count-up timer (specifically a android.widget.Chronometer) instead of a timestamp, as supplied to Builder#setUsesChronometer(boolean).

[Android.Runtime.Register("EXTRA_SHOW_CHRONOMETER")]
public const string ExtraShowChronometer;
[<Android.Runtime.Register("EXTRA_SHOW_CHRONOMETER")>]
val mutable ExtraShowChronometer : string

Field Value

Implements

Attributes

Remarks

#extras key: whether #when should be shown as a count-up timer (specifically a android.widget.Chronometer) instead of a timestamp, as supplied to Builder#setUsesChronometer(boolean).

Java documentation for android.app.Notification.EXTRA_SHOW_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