interface PingUploader
(source)
The interface defining how to send pings.
open fun createDateHeaderValue(): String |
|
abstract fun upload(path: String, data: String): Boolean |
class HttpPingUploader : PingUploader
A simple ping Uploader, which implements a "send once" policy, never storing or attempting to send the ping again. |