Notification.ProgressStyle.SetProgressPoints メソッド

定義

すべての進行状況ポイントを置き換えます。

[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

パラメーター

points
IList<Notification.ProgressStyle.Point>

リスト: この値を null にすることはできません。

返品

この Android.App.Notification.ProgressStyle インスタンス。呼び出しをチェーンできます。

属性

注釈

すべての進行状況ポイントを置き換えます。 進行状況バー内のポイントは、個別のステージまたはマイルストーンを視覚化するために使用されます。 たとえば、ポイントを使用して、複数停止ナビゲーション体験でストップをマークし、各ポイントが目的地を表す場合があります。

android.app.Notification.ProgressStyle.setProgressPointsの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象