Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9785852 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed May 29, 2024
1 parent c1a2d4a commit 280da82
Showing 1 changed file with 32 additions and 42 deletions.
74 changes: 32 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2257,94 +2257,74 @@ <h2>SuperProperties</h2>

<tr>
<td>appPlatform</td>
<td>Used by web to identify the platform (Web Platform/Electron Platform).</td>
<td>

string

</td>
</tr>

<tr>
<td>cryptoSDK</td>
<td>Which crypto backend is the client currently using.</td>
<td>Used as a discriminant to breakdown usage per client.</td>
<td>

<ul>

<li>

<b>Legacy:</b> Legacy crypto backend specific to each platform.
<b>Web Platform:</b> Element Web platform.

</li>

<li>

<b>Rust:</b> Cross-platform crypto backend written in Rust.
<b>Electron Platform:</b> Element Desktop platform.

</li>

</ul>

</td>
</tr>

<tr>
<td>cryptoSDKVersion</td>
<td>Version of the crypto backend.</td>
<td>

string

</td>
</tr>

<tr>
<td>platformCodeName</td>
<td>Used as a discriminant to breakdown usage per client.</td>
<td>

<ul>

<li>

<b>Web:</b> Element Web platform code.
<b>EI:</b> Element iOS platform.

</li>

<li>

<b>Desktop:</b> Element Desktop platform code.
<b>EXI:</b> Element-X iOS platform.

</li>

<li>

<b>EI:</b> Element iOS platform code.
<b>EA:</b> Element Android platform.

</li>

<li>

<b>EXI:</b> Element-X iOS platform code.
<b>EXA:</b> Element-X Android platform.

</li>

<li>

<b>EA:</b> Element Android platform code.
<b>Other:</b> Other Platform.

</li>

</ul>

</td>
</tr>

<tr>
<td>cryptoSDK</td>
<td>Which crypto backend is the client currently using.</td>
<td>

<ul>

<li>

<b>EXA:</b> Element-X Android platform code.
<b>Legacy:</b> Legacy crypto backend specific to each platform.

</li>

<li>

<b>Other:</b> Other Platform code.
<b>Rust:</b> Cross-platform crypto backend written in Rust.

</li>

Expand All @@ -2353,6 +2333,16 @@ <h2>SuperProperties</h2>
</td>
</tr>

<tr>
<td>cryptoSDKVersion</td>
<td>Version of the crypto backend.</td>
<td>

string

</td>
</tr>

</tbody>
</table>
</section>
Expand Down

0 comments on commit 280da82

Please sign in to comment.