Interface AntPlusWeightScalePcc.IDownloadAllHistoryFinishedReceiver

Enclosing class:
AntPlusWeightScalePcc

public static interface AntPlusWeightScalePcc.IDownloadAllHistoryFinishedReceiver
Receiver for the DownloadAllHistoryFinished event, which is: Receives the result of a AntPlusWeightScalePcc.requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver) command.
  • Method Details

    • onDownloadAllHistoryFinished

      void onDownloadAllHistoryFinished(AntFsRequestStatus status)
      Receives the data from a DownloadAllHistoryFinished event.
      Parameters:
      status - The AntFsRequestStatus indicating the result of the request.