data class MetricsEvent : PerformanceEvent
Current values of the metrics.
<init> |
Current values of the metrics. MetricsEvent(metrics: List<Metric>, title: String) |
metrics |
Current values of the metrics. val metrics: List<Metric> |
title |
Timestamp title. val title: String |