Class TelemetryHandler

java.lang.Object
com.microsoft.graph.httpcore.TelemetryHandler
All Implemented Interfaces:
okhttp3.Interceptor

public class TelemetryHandler extends Object implements okhttp3.Interceptor
Middleware responsible for adding telemetry information on SDK usage Note: the telemetry only collects anonymous information on SDK version and usage. No personal information is collected.
  • Field Details

  • Constructor Details

    • TelemetryHandler

      public TelemetryHandler()
  • Method Details

    • intercept

      @Nonnull public okhttp3.Response intercept(@Nonnull okhttp3.Interceptor.Chain chain) throws IOException
      Specified by:
      intercept in interface okhttp3.Interceptor
      Throws:
      IOException