Notification.ProgressStyle.SetProgressSegments メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Android.Runtime.Register("setProgressSegments", "(Ljava/util/List;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressSegments_Ljava_util_List_Handler", ApiSince=36)]
public virtual Android.App.Notification.ProgressStyle SetProgressSegments(System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> progressSegments);
[<Android.Runtime.Register("setProgressSegments", "(Ljava/util/List;)Landroid/app/Notification$ProgressStyle;", "GetSetProgressSegments_Ljava_util_List_Handler", ApiSince=36)>]
abstract member SetProgressSegments : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> -> Android.App.Notification.ProgressStyle
override this.SetProgressSegments : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> -> Android.App.Notification.ProgressStyle
パラメーター
- progressSegments
- IList<Notification.ProgressStyle.Segment>
返品
- 属性