Class TelemetryClient


  • public class TelemetryClient
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TelemetryClient​(okhttp3.OkHttpClient okHttpClient, com.google.gson.Gson gson, okhttp3.HttpUrl apiBase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void submitError​(java.lang.String type, java.lang.String error, java.util.Map<java.lang.String,​java.lang.String> params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TelemetryClient

        public TelemetryClient​(okhttp3.OkHttpClient okHttpClient,
                               com.google.gson.Gson gson,
                               okhttp3.HttpUrl apiBase)
    • Method Detail

      • submitError

        public void submitError​(java.lang.String type,
                                java.lang.String error,
                                java.util.Map<java.lang.String,​java.lang.String> params)