Notification.ProgressStyle.ProgressSegments プロパティ

定義

進行状況バーの背景レイヤーを定義するセグメントを取得します。

public virtual System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> ProgressSegments { [Android.Runtime.Register("getProgressSegments", "()Ljava/util/List;", "GetGetProgressSegmentsHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getProgressSegments", "()Ljava/util/List;", "GetGetProgressSegmentsHandler", ApiSince=36)>]
member this.ProgressSegments : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment>

プロパティ値

この値は null にすることはできません。

属性

注釈

進行状況バーの背景レイヤーを定義するセグメントを取得します。 セグメントが指定されていない場合、プログレス バーは長さ 100 の 1 つのセグメントと既定の色でレンダリングされます。

関連項目も参照:

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

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

適用対象