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