Interface FitFileCommon.IFitFileDownloadedReceiver

Enclosing class:
FitFileCommon

public static interface FitFileCommon.IFitFileDownloadedReceiver
Receiver for the FitFileDownloaded event, which is: Receives FIT files that have finished downloading
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives the data from a FitFileDownloaded event.
  • Method Details

    • onNewFitFileDownloaded

      void onNewFitFileDownloaded(FitFileCommon.FitFile downloadedFitFile)
      Receives the data from a FitFileDownloaded event.
      Parameters:
      downloadedFitFile - The FIT file downloaded.