public class TelemetryService extends Object
Out of Band Telemetry Service This is a singleton queue containing telemetry messages
| Constructor and Description |
|---|
TelemetryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TelemetryEvent event) |
void |
disable() |
void |
enable() |
void |
flush()
force to flush events in the queue
|
static TelemetryService |
getInstance() |
boolean |
isEnabled() |
void |
setServerURL(String url) |
int |
size() |
public static TelemetryService getInstance()
public void setServerURL(String url)
public void enable()
public void disable()
public boolean isEnabled()
public void add(TelemetryEvent event)
public void flush()
public int size()
Copyright © 2019. All rights reserved.