Notification.ProgressStyle.SetProgressIndeterminate(Boolean) Method

Definition

Used to indicate an initialization state without a known progress amount.

[Android.Runtime.Register("setProgressIndeterminate", "(Z)Landroid/app/Notification$ProgressStyle;", "GetSetProgressIndeterminate_ZHandler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle SetProgressIndeterminate(bool indeterminate);
[<Android.Runtime.Register("setProgressIndeterminate", "(Z)Landroid/app/Notification$ProgressStyle;", "GetSetProgressIndeterminate_ZHandler", ApiSince=36)>]
abstract member SetProgressIndeterminate : bool -> Android.App.Notification.ProgressStyle
override this.SetProgressIndeterminate : bool -> Android.App.Notification.ProgressStyle

Parameters

indeterminate
Boolean

boolean

Returns

This Android.App.Notification.ProgressStyle instance, allowing calls to be chained.

Attributes

Remarks

Used to indicate an initialization state without a known progress amount. When specified, the following fields are ignored:

See also:

Android reference for android.app.Notification.ProgressStyle.setProgressIndeterminate.

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