Interface StatisticsUploader.ResultCallback

Enclosing class:
StatisticsUploader

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

    • onSuccess

      void onSuccess(Element result)
    • onFailure

      void onFailure(Exception ex)