Skip to content

Commit

Permalink
[ci-bot] Updating docs microsite to latest from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Jun 25, 2024
1 parent 0606152 commit e9c3502
Show file tree
Hide file tree
Showing 30 changed files with 4,057 additions and 1,149 deletions.
12 changes: 6 additions & 6 deletions Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">TreasureData iOS SDK 1.0.1 Docs</a> (89% documented)</p>
<p><a href="index.html">TreasureData iOS SDK 1.1.1 Docs</a> (90% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand All @@ -27,7 +27,7 @@
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">TreasureData iOS SDK Reference</a>
<a href="index.html">TreasureData iOS SDK</a>
<img id="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>
Expand Down Expand Up @@ -121,8 +121,8 @@ <h4>Declaration</h4>
<pre class="highlight objective_c"><code> <span class="p">[</span><span class="n">TreasureData</span> <span class="nf">initializeWithApiKey</span><span class="p">:</span><span class="s">@"&lt;your_write_only_api_key&gt;"</span><span class="p">];</span>

<span class="p">[[</span><span class="n">TreasureData</span> <span class="nf">sharedInstance</span><span class="p">]</span> <span class="nf">addEvent</span><span class="p">:@{</span><span class="s">@"welcome"</span><span class="o">:</span> <span class="s">@"Hello world"</span><span class="p">}</span>
<span class="nl">database:</span><span class="s">@"my_db"</span>
<span class="nl">table:</span><span class="s">@"my_ios_events"</span><span class="p">];</span>
<span class="nf">database</span><span class="p">:</span><span class="s">@"my_db"</span>
<span class="n">table</span><span class="o">:</span><span class="s">@"my_ios_events"</span><span class="p">];</span>

<span class="p">[[</span><span class="n">TreasureData</span> <span class="nf">sharedInstance</span><span class="p">]</span> <span class="nf">uploadEvents</span><span class="p">];</span>
</code></pre>
Expand Down Expand Up @@ -150,8 +150,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/treasure-data/td-ios-sdk" target="_blank" rel="external noopener">mitsu, huylenq, and tung-vu-td</a>. All rights reserved. (Last updated: 2023-07-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2024 <a class="link" href="https://github.com/treasure-data/td-ios-sdk" target="_blank" rel="external noopener">mitsu, huylenq, and tung-vu-td</a>. All rights reserved. (Last updated: 2024-06-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
57 changes: 52 additions & 5 deletions Classes/TDClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="TDClient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">TreasureData iOS SDK 1.0.1 Docs</a> (89% documented)</p>
<p><a href="../index.html">TreasureData iOS SDK 1.1.1 Docs</a> (90% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand All @@ -27,7 +27,9 @@
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">TreasureData iOS SDK Reference</a>
<a href="../index.html">TreasureData iOS SDK</a>
<img id="carat" src="../img/carat.png" alt=""/>
<a href="../Classes.html">Classes</a>
<img id="carat" src="../img/carat.png" alt=""/>
TDClient Class Reference
</p>
Expand Down Expand Up @@ -147,6 +149,51 @@ <h4>Declaration</h4>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Tracking"></a>
<a name="//apple_ref/objc/Section/Tracking" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Tracking"></a>
<h3 class="section-name"><span>Tracking</span>
</h3>
</div>
</div>
<ul>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)TDClient(py)enableTrackingIP"></a>
<a name="//apple_ref/objc/Property/enableTrackingIP" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)TDClient(py)enableTrackingIP">enableTrackingIP</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Enable tracking td_ip</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="n">BOOL</span> <span class="n">enableTrackingIP</span><span class="p">;</span></code></pre>

</div>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">enableTrackingIP</span><span class="p">:</span> <span class="kt">Bool</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Retry"></a>
Expand Down Expand Up @@ -442,7 +489,7 @@ <h4>Declaration</h4>
</div>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">sendHTTPRequest</span><span class="p">(</span><span class="n">_</span> <span class="nv">request</span><span class="p">:</span> <span class="kt">URLRequest</span><span class="o">!</span><span class="p">,</span> <span class="nv">retryCounter</span><span class="p">:</span> <span class="kt">Int32</span><span class="p">)</span> <span class="k">async</span> <span class="k">throws</span> <span class="o">-&gt;</span> <span class="p">(</span><span class="kt">Data</span><span class="p">?,</span> <span class="kt">URLResponse</span><span class="p">?)</span></code></pre>
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">sendHTTPRequest</span><span class="p">(</span><span class="n">_</span> <span class="nv">request</span><span class="p">:</span> <span class="kt">URLRequest</span><span class="o">!</span><span class="p">,</span> <span class="nv">retryCounter</span><span class="p">:</span> <span class="kt">Int32</span><span class="p">)</span> <span class="n">async</span> <span class="k">throws</span> <span class="o">-&gt;</span> <span class="p">(</span><span class="kt">Data</span><span class="p">?,</span> <span class="kt">URLResponse</span><span class="p">?)</span></code></pre>

</div>
</div>
Expand All @@ -454,8 +501,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2023 <a class="link" href="https://github.com/treasure-data/td-ios-sdk" target="_blank" rel="external noopener">mitsu, huylenq, and tung-vu-td</a>. All rights reserved. (Last updated: 2023-07-04)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
<p>&copy; 2024 <a class="link" href="https://github.com/treasure-data/td-ios-sdk" target="_blank" rel="external noopener">mitsu, huylenq, and tung-vu-td</a>. All rights reserved. (Last updated: 2024-06-25)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.15.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit e9c3502

Please sign in to comment.