public interface TelemetryProxy
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultProperty(String key,
String value) |
void |
disable() |
void |
enable() |
Map<String,String> |
getDefaultProperties() |
void |
trackEvent(String eventName) |
void |
trackEvent(String eventName,
Map<String,String> customProperties) |
void |
trackEvent(String eventName,
Map<String,String> customProperties,
boolean overrideDefaultProperties) |
Copyright © 2018. All rights reserved.