Notification.ProgressStyle.AddProgressPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds another 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
Parameters
Notification.ProgressStyle.Point: This value cannot be null.
Returns
This Android.App.Notification.ProgressStyle instance, allowing calls to be chained.
- Attributes
Remarks
Adds another point. 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. Points can be added in any order, as their position within the progress bar is determined by their individual Point.getPosition().
Android reference for android.app.Notification.ProgressStyle.addProgressPoint.
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.