open class TelemetryHolder
(source)
Holder of a static reference to the Telemetry instance. This is required for background services that somehow need to get access to the configuration and storage. This is not particular nice. Hopefully we can replace this with something better.
TelemetryHolder()
Holder of a static reference to the Telemetry instance. This is required for background services that somehow need to get access to the configuration and storage. This is not particular nice. Hopefully we can replace this with something better. |
open static fun get(): Telemetry |
|
open static fun set(telemetry: Telemetry): Unit |