HttpPingUploader
public class HttpPingUploader
This class represents a ping uploader via HTTP.
This will typically be invoked by the appropriate scheduling mechanism to upload a ping to the server.
-
Initialize the HTTP Ping uploader from a Glean configuration object and an optional directory name.
If the path is
nil
the default name will be used.Declaration
Swift
public init(configuration: Configuration, testingMode: Bool = false)
Parameters
configuration
The Glean configuration to use.