Class PolarTrainingSessionProgress

    • Constructor Detail

      • PolarTrainingSessionProgress

        PolarTrainingSessionProgress(Long totalBytes, Long completedBytes, Integer progressPercent, String currentFileName)
        Parameters:
        totalBytes - Total size of all files to fetch in bytes
        completedBytes - Number of bytes fetched so far
        progressPercent - Progress as a percentage (0-100)
        currentFileName - Name of the file currently being fetched (optional)