Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Feb 26, 2021
1 parent ed968e7 commit b6137cb
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 6 deletions.
57 changes: 56 additions & 1 deletion docs/Classes/Mixpanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ <h1 id="library-title">

<option value="//api/name/clearSuperProperties">- clearSuperProperties</option>

<option value="//api/name/clearTimedEvent:">- clearTimedEvent:</option>

<option value="//api/name/clearTimedEvents">- clearTimedEvents</option>

<option value="//api/name/createAlias:forDistinctID:">- createAlias:forDistinctID:</option>
Expand Down Expand Up @@ -3033,6 +3035,59 @@ <h4 class="method-subtitle parameter-title">Parameters</h4>



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">Mixpanel.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/clearTimedEvent:" title="clearTimedEvent:"></a>
<h3 class="method-title"><code><a href="#//api/name/clearTimedEvent:">&ndash;&nbsp;clearTimedEvent:</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>Clears the event timer for the named event.</p>
</div>



<div class="method-subsection method-declaration"><code>- (void)clearTimedEvent:(NSString *)<em>event</em></code></div>



<div class="method-subsection arguments-section parameters">
<h4 class="method-subtitle parameter-title">Parameters</h4>
<table class="argument-def parameter-def">

<tr>
<th scope="row" class="argument-name"><code>event</code></th>
<td><p>the name of the event to clear the timer for</p></td>
</tr>

</table>
</div>













<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">Mixpanel.h</code></p>
Expand Down Expand Up @@ -4274,7 +4329,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-05</p>
<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-26</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MixpanelGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-05</p>
<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-26</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MixpanelPeople.html
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-05</p>
<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-26</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols/MixpanelDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-05</p>
<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-26</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="index-title">Protocol References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-05</p>
<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-26</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="index-title">Protocol References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-05</p>
<p class="copyright">Copyright &copy; 2021 Mixpanel. All rights reserved. Updated: 2021-02-26</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down

0 comments on commit b6137cb

Please sign in to comment.