Langue

Notification.ProgressStyle.SetProgressIndeterminate(Boolean) Méthode

Définition

Permet d’indiquer un état d’initialisation sans quantité de progression connue.

[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

Paramètres

indeterminate
Boolean

booléen

Retours

Cette instance Android.App.Notification.ProgressStyle, autorisant les appels à être chaînés.

Attributs

Remarques

Permet d’indiquer un état d’initialisation sans quantité de progression connue. Lorsqu’ils sont spécifiés, les champs suivants sont ignorés :

Voir aussi :

Référence Android pour android.app.Notification.ProgressStyle.setProgressIndeterminate.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à