BundleSession.ReportBundleMetrics(PersistableBundle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- metrics
- PersistableBundle
- 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.
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.