Skip to content

Commit

Permalink
Android docs: Prepare for the 3.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Apr 7, 2022
1 parent 9383706 commit a326546
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ <h3>Method Summary</h3>
</tr>

<tr id="i1" class="rowColor">
<td class="colFirst"><code>final static <a href=PolarEcgData.html>PolarEcgData</a></code>
</td>
<th class="colSecond" scope="row"><code><a href=PolarDataUtils.html#mapPmdClientEcgDataToPolarEcg(<ERROR CLASS>)>mapPmdClientEcgDataToPolarEcg</a>(&lt;ERROR CLASS&gt; ecgData) </code>
</th>
<td class="colLast"></td>
</tr>

<tr id="i2" class="altColor">
<td class="colFirst"><code>final <a href=https://developer.android.com/reference/kotlin/java/lang/String.html>String</a></code>
</td>
<th class="colSecond" scope="row"><code><a href=PolarDataUtils.html#getTAG()>getTAG</a>() </code>
Expand Down Expand Up @@ -243,6 +251,21 @@ <h4>mapPMDClientOhrDataToPolarOhr</h4>
</li>
</ul>

<a id="mapPmdClientEcgDataToPolarEcg(&lt;ERROR CLASS&gt;)">
<!-- -->
</a>
<ul class=
"blockList"
>
<li class="blockList">
<h4>mapPmdClientEcgDataToPolarEcg</h4>
<pre class="methodSignature"> final static <a href=PolarEcgData.html>PolarEcgData</a> <a href=PolarDataUtils.html#mapPmdClientEcgDataToPolarEcg(<ERROR CLASS>)>mapPmdClientEcgDataToPolarEcg</a>(&lt;ERROR CLASS&gt; ecgData)</pre>
<div class="block"></div>

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

<a id="getTAG()">
<!-- -->
</a>
Expand Down
13 changes: 13 additions & 0 deletions polar-sdk-android/docs/html/index-files/index-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,19 @@ <h2 class="title">M</h2>
<dd>Helper to map from PolarSensorSetting to PmdSetting</dd>


<dt>

<span class="memberNameLink">

<a href="../com/polar/sdk/api/model/PolarDataUtils.html#mapPmdClientEcgDataToPolarEcg(&lt;ERROR CLASS&gt;)">mapPmdClientEcgDataToPolarEcg(&lt;ERROR CLASS&gt;)</a>

</span> - function in com.polar.sdk.api.model.<a href=../com/polar/sdk/api/model/PolarDataUtils.html>PolarDataUtils</a>


</dt>
<dd>&nbsp;</dd>


<dt>

<span class="memberNameLink">
Expand Down
Loading

0 comments on commit a326546

Please sign in to comment.