Language

Notification.MetricStyle.Metrics Property

Definition

Returns an immutable view of the list of Metric instances in this MetricStyle.

public System.Collections.Generic.IList<Android.App.Notification.Metric> Metrics { [Android.Runtime.Register("getMetrics", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getMetrics", "()Ljava/util/List;", "", ApiSince=37)>]
member this.Metrics : System.Collections.Generic.IList<Android.App.Notification.Metric>

Property Value

Attributes

Remarks

Returns an immutable view of the list of Metric instances in this MetricStyle.

Android reference for android.app.Notification.MetricStyle.getMetrics.

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.

Applies to