Skip to content

Commit

Permalink
SDK release 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuli Määttä committed Dec 13, 2024
1 parent 31ee5d5 commit 358e65c
Show file tree
Hide file tree
Showing 248 changed files with 14,868 additions and 1,735 deletions.
40 changes: 14 additions & 26 deletions polar-sdk-android/docs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,44 +117,28 @@ <h1 class="bar">All Classes</h1>

<li><a href=com/polar/sdk/api/model/PolarTemperatureData.html>PolarTemperatureData</a></li>

<li><a href=com/polar/sdk/api/model/Errorlog.html>Errorlog</a></li>
<li><a href=com/polar/sdk/api/model/PolarUserDeviceSettings.html>PolarUserDeviceSettings</a></li>

<li><a href=com/polar/sdk/api/model/LogConfig.html>LogConfig</a></li>

<li><a href=com/polar/sdk/api/model/PolarEcgDataSample.html>PolarEcgDataSample</a></li>

<li><a href=com/polar/sdk/api/model/EcgSample.html>EcgSample</a></li>

<li><a href=com/polar/sdk/api/model/FecgSample.html>FecgSample</a></li>

<li><a href=com/polar/sdk/api/model/PolarHealthThermometerData.html>PolarHealthThermometerData</a></li>

<li><a href=com/polar/sdk/api/model/PolarLocationData.html>PolarLocationData</a></li>

<li><a href=com/polar/sdk/api/model/PolarLocationDataSample.html>PolarLocationDataSample</a></li>

<li><a href=com/polar/sdk/api/model/GpsCoordinatesSample.html>GpsCoordinatesSample</a></li>

<li><a href=com/polar/sdk/api/model/GpsSatelliteDilutionSample.html>GpsSatelliteDilutionSample</a></li>

<li><a href=com/polar/sdk/api/model/SatelliteSummary.html>SatelliteSummary</a></li>

<li><a href=com/polar/sdk/api/model/GpsSatelliteSummarySample.html>GpsSatelliteSummarySample</a></li>

<li><a href=com/polar/sdk/api/model/GpsNMEASample.html>GpsNMEASample</a></li>

<li><a href=com/polar/sdk/api/model/PolarPressureData.html>PolarPressureData</a></li>
<li><a href=com/polar/sdk/api/model/UserIdentifierType.html>UserIdentifierType</a></li>

<li><a href=com/polar/sdk/api/model/PolarFirstTimeUseConfigKt.html>PolarFirstTimeUseConfigKt</a></li>

<li><a href=com/polar/sdk/api/model/activity/PolarActiveTimeData.html>PolarActiveTimeData</a></li>

<li><a href=com/polar/sdk/api/model/activity/PolarActiveTime.html>PolarActiveTime</a></li>

<li><a href=com/polar/sdk/api/model/activity/Polar247HrSamplesData.html>Polar247HrSamplesData</a></li>

<li><a href=com/polar/sdk/api/model/activity/AutomaticSampleTriggerType.html>AutomaticSampleTriggerType</a></li>

<li><a href=com/polar/sdk/api/model/activity/PolarCaloriesData.html>PolarCaloriesData</a></li>

<li><a href=com/polar/sdk/api/model/activity/PolarDistanceData.html>PolarDistanceData</a></li>

<li><a href=com/polar/sdk/api/model/activity/PolarStepsData.html>PolarStepsData</a></li>

<li><a href=com/polar/sdk/api/model/sleep/PolarNightlyRechargeData.html>PolarNightlyRechargeData</a></li>

<li><a href=com/polar/sdk/api/model/sleep/SleepWakeState.html>SleepWakeState</a></li>

<li><a href=com/polar/sdk/api/model/sleep/SleepRating.html>SleepRating</a></li>
Expand All @@ -171,6 +155,10 @@ <h1 class="bar">All Classes</h1>

<li><a href=com/polar/sdk/api/model/sleep/PolarSleepDataKt.html>PolarSleepDataKt</a></li>

<li><a href=com/polar/sdk/impl/DataDeletionStats.html>DataDeletionStats</a></li>

<li><a href=com/polar/sdk/impl/utils/CaloriesType.html>CaloriesType</a></li>

<li><a href=com/polar/sdk/impl/utils/PolarBackupManager.html>PolarBackupManager</a></li>
</ul>
</main>
Expand Down
126 changes: 125 additions & 1 deletion polar-sdk-android/docs/com/polar/sdk/api/PolarActivityApi.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,30 @@ <h3>Method Summary</h3>
<td class="colLast">Get active time for a given period.</td>
</tr>

<tr id="i3" class="rowColor">
<td class="colFirst"><code>abstract Single&lt;<a href=https://developer.android.com/reference/kotlin/java/util/List.html>List</a>&lt;<a href=model/activity/PolarCaloriesData.html>PolarCaloriesData</a>&gt;&gt;</code>
</td>
<th class="colSecond" scope="row"><code><a href=PolarActivityApi.html#getCalories(String,Date,Date,CaloriesType)>getCalories</a>(<a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a> identifier, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> fromDate, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> toDate, <a href=../impl/utils/CaloriesType.html>CaloriesType</a> caloriesType) </code>
</th>
<td class="colLast">Get specific calories type for a given period.</td>
</tr>

<tr id="i4" class="altColor">
<td class="colFirst"><code>abstract Single&lt;<a href=https://developer.android.com/reference/kotlin/java/util/List.html>List</a>&lt;<a href=model/activity/Polar247HrSamplesData.html>Polar247HrSamplesData</a>&gt;&gt;</code>
</td>
<th class="colSecond" scope="row"><code><a href=PolarActivityApi.html#get247HrSamples(String,Date,Date)>get247HrSamples</a>(<a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a> identifier, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> fromDate, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> toDate) </code>
</th>
<td class="colLast">Get 24/7 heart rate samples for a given period.</td>
</tr>

<tr id="i5" class="rowColor">
<td class="colFirst"><code>abstract Single&lt;<a href=https://developer.android.com/reference/kotlin/java/util/List.html>List</a>&lt;<a href=model/sleep/PolarNightlyRechargeData.html>PolarNightlyRechargeData</a>&gt;&gt;</code>
</td>
<th class="colSecond" scope="row"><code><a href=PolarActivityApi.html#getNightlyRecharge(String,Date,Date)>getNightlyRecharge</a>(<a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a> identifier, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> fromDate, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> toDate) </code>
</th>
<td class="colLast">Get nightly recharge for a given period.</td>
</tr>

</tbody>
</table>
</div>
Expand Down Expand Up @@ -373,7 +397,7 @@ <h4>getDistance</h4>
<!-- -->
</a>
<ul class=
"blockListLast"
"blockList"
>
<li class="blockList">
<h4>getActiveTime</h4>
Expand Down Expand Up @@ -401,6 +425,106 @@ <h4>getActiveTime</h4>
</li>
</ul>

<a id="getCalories(String,Date,Date,CaloriesType)">
<!-- -->
</a>
<ul class=
"blockList"
>
<li class="blockList">
<h4>getCalories</h4>
<pre class="methodSignature"> abstract Single&lt;<a href=https://developer.android.com/reference/kotlin/java/util/List.html>List</a>&lt;<a href=model/activity/PolarCaloriesData.html>PolarCaloriesData</a>&gt;&gt; <a href=PolarActivityApi.html#getCalories(String,Date,Date,CaloriesType)>getCalories</a>(<a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a> identifier, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> fromDate, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> toDate, <a href=../impl/utils/CaloriesType.html>CaloriesType</a> caloriesType)</pre>
<div class="block"><p>Get specific calories type for a given period.</p></div>

<dl>
<dt><span class="paramLabel">Parameters:</span></dt>


<dd><code>identifier</code> - The Polar device ID or BT address.</dd>



<dd><code>fromDate</code> - The starting date of the period to retrieve calories data from.</dd>



<dd><code>toDate</code> - The ending date of the period to retrieve calories data from.</dd>



<dd><code>caloriesType</code> - The type of calories data to retrieve (e.g., ACTIVITY, TRAINING, BMR).</dd>


</dl>

<!-- TODO missing return annotation -->
</li>
</ul>

<a id="get247HrSamples(String,Date,Date)">
<!-- -->
</a>
<ul class=
"blockList"
>
<li class="blockList">
<h4>get247HrSamples</h4>
<pre class="methodSignature"> abstract Single&lt;<a href=https://developer.android.com/reference/kotlin/java/util/List.html>List</a>&lt;<a href=model/activity/Polar247HrSamplesData.html>Polar247HrSamplesData</a>&gt;&gt; <a href=PolarActivityApi.html#get247HrSamples(String,Date,Date)>get247HrSamples</a>(<a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a> identifier, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> fromDate, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> toDate)</pre>
<div class="block"><p>Get 24/7 heart rate samples for a given period.</p></div>

<dl>
<dt><span class="paramLabel">Parameters:</span></dt>


<dd><code>identifier</code> - The Polar device ID or BT address.</dd>



<dd><code>fromDate</code> - The starting date of the period to retrieve heart rate samples from.</dd>



<dd><code>toDate</code> - The ending date of the period to retrieve heart rate samples from.</dd>


</dl>

<!-- TODO missing return annotation -->
</li>
</ul>

<a id="getNightlyRecharge(String,Date,Date)">
<!-- -->
</a>
<ul class=
"blockListLast"
>
<li class="blockList">
<h4>getNightlyRecharge</h4>
<pre class="methodSignature"> abstract Single&lt;<a href=https://developer.android.com/reference/kotlin/java/util/List.html>List</a>&lt;<a href=model/sleep/PolarNightlyRechargeData.html>PolarNightlyRechargeData</a>&gt;&gt; <a href=PolarActivityApi.html#getNightlyRecharge(String,Date,Date)>getNightlyRecharge</a>(<a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a> identifier, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> fromDate, <a href=https://developer.android.com/reference/kotlin/java/util/Date.html>Date</a> toDate)</pre>
<div class="block"><p>Get nightly recharge for a given period.</p></div>

<dl>
<dt><span class="paramLabel">Parameters:</span></dt>


<dd><code>identifier</code> - The Polar device ID or BT address.</dd>



<dd><code>fromDate</code> - The starting date of the period to retrieve nightly recharge from.</dd>



<dd><code>toDate</code> - The ending date of the period to retrieve nightly recharge from.</dd>


</dl>

<!-- TODO missing return annotation -->
</li>
</ul>

</li>
</ul>
</section>
Expand Down
Loading

0 comments on commit 358e65c

Please sign in to comment.