open class TelemetryMobileMetricsPingBuilder : TelemetryPingBuilder
(source)
A telemetry ping builder for events of type "mobile-metrics". See the schema for more details: https://github.com/mozilla-services/mozilla-pipeline-schemas/blob/master/schemas/telemetry/mobile-metrics/mobile-metrics.1.schema.json
TelemetryMobileMetricsPingBuilder(snapshots: JSONObject, configuration: TelemetryConfiguration) |
static val TYPE: String |
open fun build(): TelemetryPing |
|
open fun canBuild(): Boolean |
|
open fun generateDocumentId(): String |
|
open fun getConfiguration(): TelemetryConfiguration |
|
open fun getType(): String |