Interface StatisticsUploader.ResultCallback

  • Enclosing class:
    StatisticsUploader

    public static interface StatisticsUploader.ResultCallback
    Interface for handling results of uploading statistics
    • Method Detail

      • onSuccess

        void onSuccess​(Element result)
      • onFailure

        void onFailure​(java.lang.Exception ex)