Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Oct 19, 2018
1 parent a59ed13 commit 901e4a3
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 5 deletions.
102 changes: 101 additions & 1 deletion docs/Classes/Mixpanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ <h1 id="library-title">

<option value="//api/name/alias">alias</option>

<option value="//api/name/anonymousId">anonymousId</option>

<option value="//api/name/checkForNotificationsOnActive">checkForNotificationsOnActive</option>

<option value="//api/name/checkForVariantsOnActive">checkForVariantsOnActive</option>
Expand Down Expand Up @@ -92,6 +94,8 @@ <h1 id="library-title">

<option value="//api/name/useIPAddressForGeoLocation">useIPAddressForGeoLocation</option>

<option value="//api/name/userId">userId</option>

</optgroup>


Expand Down Expand Up @@ -346,6 +350,102 @@ <h4 class="method-subtitle">Discussion</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/anonymousId" title="anonymousId"></a>
<h3 class="method-title"><code><a href="#//api/name/anonymousId">&nbsp;&nbsp;anonymousId</a></code>
</h3>

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

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


<div class="method-subsection brief-description">
<p>The default anonymous Id / distinct Id given to the events before identify.</p>
</div>



<div class="method-subsection method-declaration"><code>@property (atomic, readonly, copy) NSString *anonymousId</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>A default distinct ID is a string that uniquely identifies the anonymous activity.
By default, we&rsquo;ll use the device&rsquo;s advertisingIdentifier UUIDString, if that is not
available we&rsquo;ll use the device&rsquo;s identifierForVendor UUIDString, and finally if that
is not available we will generate a new random UUIDString.</p>
</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>
</div>


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

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

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


<div class="method-subsection brief-description">
<p> The user ID with which <code>identify:</code> is called with.</p>
</div>



<div class="method-subsection method-declaration"><code>@property (atomic, readonly, copy) NSString *userId</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p> This is null until <code>identify:</code> is called and is set to the id
with which identify is called with.</p>
</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 @@ -3595,7 +3695,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-15</p>
<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-19</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; 2018 Mixpanel. All rights reserved. Updated: 2018-10-15</p>
<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-19</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; 2018 Mixpanel. All rights reserved. Updated: 2018-10-15</p>
<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-19</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 @@ -79,7 +79,7 @@ <h2 class="index-title">Protocol References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-15</p>
<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-19</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 @@ -79,7 +79,7 @@ <h2 class="index-title">Protocol References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-15</p>
<p class="copyright">Copyright &copy; 2018 Mixpanel. All rights reserved. Updated: 2018-10-19</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 901e4a3

Please sign in to comment.