Notification.ProgressStyle.SetProgressPoints Method

Definition

Replaces all the progress points.

[Android.Runtime.Register("setProgressPoints", "(Ljava/util/List;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressPoints_Ljava_util_List_Handler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle SetProgressPoints(System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Point> points);
[<Android.Runtime.Register("setProgressPoints", "(Ljava/util/List;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressPoints_Ljava_util_List_Handler", ApiSince=36)>]
abstract member SetProgressPoints : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Point> -> Android.App.Notification.ProgressStyle
override this.SetProgressPoints : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Point> -> Android.App.Notification.ProgressStyle

Parameters

points
IList<Notification.ProgressStyle.Point>

List: This value cannot be null.

Returns

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

Attributes

Remarks

Replaces all the progress points. Points within a progress bar are used to visualize distinct stages or milestones. For example, you might use points to mark stops in a multi-stop navigation journey, where each point represents a destination.

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

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