Notification.Builder.SetChronometerCountDown(Boolean) 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.
Sets the Chronometer to count down instead of counting up.
[Android.Runtime.Register("setChronometerCountDown", "(Z)Landroid/app/Notification$Builder;", "GetSetChronometerCountDown_ZHandler", ApiSince=24)]
public virtual Android.App.Notification.Builder SetChronometerCountDown(bool countDown);
[<Android.Runtime.Register("setChronometerCountDown", "(Z)Landroid/app/Notification$Builder;", "GetSetChronometerCountDown_ZHandler", ApiSince=24)>]
abstract member SetChronometerCountDown : bool -> Android.App.Notification.Builder
override this.SetChronometerCountDown : bool -> Android.App.Notification.Builder
Parameters
- countDown
- Boolean
boolean
Returns
This Android.App.Notification.Builder instance, allowing calls to be chained.
- Attributes
Remarks
Sets the Chronometer to count down instead of counting up. This is only relevant if setUsesChronometer(boolean) has been set to true. If it isn't set the chronometer will count up.
See also:
Android reference for android.app.Notification.Builder.setChronometerCountDown.
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.