interface CommonMetricData
This defines the common set of data shared across all the different metric types. |
|
data class EventMetricType : CommonMetricData
This implements the developer facing API for recording events. |
|
class Placeholder |
|
data class StringMetricType : CommonMetricData
This implements the developer facing API for recording string metrics. |