Langue

Notification.ProgressStyle.AddProgressPoint Méthode

Définition

Ajoute un autre point.

[Android.Runtime.Register("addProgressPoint", "(Landroid/app/Notification$ProgressStyle$Point;)Landroid/app/Notification$ProgressStyle;", "GetAddProgressPoint_Landroid_app_Notification_ProgressStyle_Point_Handler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle AddProgressPoint(Android.App.Notification.ProgressStyle.Point point);
[<Android.Runtime.Register("addProgressPoint", "(Landroid/app/Notification$ProgressStyle$Point;)Landroid/app/Notification$ProgressStyle;", "GetAddProgressPoint_Landroid_app_Notification_ProgressStyle_Point_Handler", ApiSince=36)>]
abstract member AddProgressPoint : Android.App.Notification.ProgressStyle.Point -> Android.App.Notification.ProgressStyle
override this.AddProgressPoint : Android.App.Notification.ProgressStyle.Point -> Android.App.Notification.ProgressStyle

Paramètres

point
Notification.ProgressStyle.Point

Notification.ProgressStyle.Point : cette valeur ne peut pas être null.

Retours

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

Attributs

Remarques

Ajoute un autre point. Les points d’une barre de progression sont utilisés pour visualiser des étapes ou des jalons distincts. Par exemple, vous pouvez utiliser des points pour marquer des arrêts dans un parcours de navigation à plusieurs arrêts, où chaque point représente une destination. Les points peuvent être ajoutés dans n’importe quel ordre, car leur position dans la barre de progression est déterminée par leur point.getPosition().

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

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 à