Share via


Notification.ProgressStyle.SetProgressIndeterminate(Boolean) Method

Definition

[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

Returns

Attributes

Applies to