Notification.ProgressStyle.SetProgressPoints 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.
[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
Returns
- Attributes