Share via


BundleSession.ReportBundleMetrics(PersistableBundle) Method

Definition

Reports metrics via bundle.

[Android.Runtime.Register("reportBundleMetrics", "(Landroid/os/PersistableBundle;)V", "", ApiSince=33)]
public void ReportBundleMetrics (Android.OS.PersistableBundle metrics);
[<Android.Runtime.Register("reportBundleMetrics", "(Landroid/os/PersistableBundle;)V", "", ApiSince=33)>]
member this.ReportBundleMetrics : Android.OS.PersistableBundle -> unit

Parameters

Attributes

Remarks

Reports metrics via bundle.

The key #KEY_STATSD_ATOM references an integer value that indicates the statsd atom for the data in this bundle. Other keys and their types are defined on a per-atom basis.

Java documentation for android.media.metrics.BundleSession.reportBundleMetrics(android.os.PersistableBundle).

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