android-components / mozilla.components.service.glean / CommonMetricData

CommonMetricData

interface CommonMetricData (source)

This defines the common set of data shared across all the different metric types.

Properties

applicationProperty

abstract val applicationProperty: Boolean?

disabled

abstract val disabled: Boolean?

group

abstract val group: String?

name

abstract val name: String?

sendInPings

abstract val sendInPings: List<String>?

userProperty

abstract val userProperty: Boolean?

Inheritors

EventMetricType

data class EventMetricType : CommonMetricData

This implements the developer facing API for recording events.