Lenguaje

Notification.ProgressStyle.SetProgressIndeterminate(Boolean) Método

Definición

Se usa para indicar un estado de inicialización sin una cantidad de progreso conocida.

[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

Parámetros

indeterminate
Boolean

boolean

Devoluciones

Esta instancia de Android.App.Notification.ProgressStyle, lo que permite encadenar llamadas.

Atributos

Comentarios

Se usa para indicar un estado de inicialización sin una cantidad de progreso conocida. Cuando se especifica, se omiten los siguientes campos:

Consulte también:

Referencia de Android para android.app.Notification.ProgressStyle.setProgressIndeterminate.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a