Language

Notification.MetricStyle.AddMetric(Notification+Metric) Method

Definition

Adds a Metric to this MetricStyle.

[Android.Runtime.Register("addMetric", "(Landroid/app/Notification$Metric;)Landroid/app/Notification$MetricStyle;", "", ApiSince=37)]
public Android.App.Notification.MetricStyle AddMetric(Android.App.Notification.Metric metric);
[<Android.Runtime.Register("addMetric", "(Landroid/app/Notification$Metric;)Landroid/app/Notification$MetricStyle;", "", ApiSince=37)>]
member this.AddMetric : Android.App.Notification.Metric -> Android.App.Notification.MetricStyle

Parameters

Returns

Attributes

Remarks

Adds a Metric to this MetricStyle.

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

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