Interface PolarTrainingSessionApi

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getTrainingSessionReferences

         abstract Flowable<PolarTrainingSessionReference> getTrainingSessionReferences(String identifier, Date fromDate, Date toDate)

        Get training session references for a given period.

        Parameters:
        identifier - The Polar device ID or BT address.
        fromDate - The starting date of the period to retrieve training session references from.
        toDate - The ending date of the period to retrieve training session references from.
        Returns:

        A Flowable emitting PolarTrainingSessionReference objects representing the training session references for the specified period.