android-components / org.mozilla.telemetry.net / TelemetryClient

TelemetryClient

interface TelemetryClient (source)

Functions

uploadPing

abstract fun uploadPing(configuration: TelemetryConfiguration, path: String, serializedPing: String): Boolean

Inheritors

DebugLogClient

class DebugLogClient : TelemetryClient

This client just prints pings to logcat instead of uploading them. Therefore this client is only useful for debugging purposes.

HttpURLConnectionTelemetryClient

open class HttpURLConnectionTelemetryClient : TelemetryClient