interface TelemetryClient
(source)
abstract fun uploadPing(configuration: TelemetryConfiguration, path: String, serializedPing: String): Boolean |
class DebugLogClient : TelemetryClient
This client just prints pings to logcat instead of uploading them. Therefore this client is only useful for debugging purposes. |
|
open class HttpURLConnectionTelemetryClient : TelemetryClient |