public interface TelemetryClientProxy
Modifier and Type | Method and Description |
---|---|
com.microsoft.applicationinsights.TelemetryClient |
getTelemetryClient()
Gets the telemetry client.
|
boolean |
isInitialized()
Gets a value indicating whether the proxy has been initialized.
|
void |
sendEvent(ApplicationInsightsEvent event)
Sends the given event to AI.
|
void sendEvent(ApplicationInsightsEvent event)
event
- Event to send.com.microsoft.applicationinsights.TelemetryClient getTelemetryClient()
boolean isInitialized()