Skip to content

Commit

Permalink
Added event tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
svenroed committed Mar 23, 2014
1 parent efadf23 commit 86da732
Show file tree
Hide file tree
Showing 23 changed files with 849 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Katalysator AB. All rights reserved. (Last updated: 2014-03-09)</span><br />
<p><span class="copyright">&copy; 2014 Katalysator AB. All rights reserved. (Last updated: 2014-03-23)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ <h1 class="hideInXcode">KATBeaconManager Class Reference</h1>

<option value="//api/name/stop">&nbsp;&nbsp;&nbsp;&nbsp;- stop</option>

<option value="//api/name/trackEvent:">&nbsp;&nbsp;&nbsp;&nbsp;- trackEvent:</option>



</select>
Expand Down Expand Up @@ -102,6 +104,8 @@ <h1 class="hideInXcode">KATBeaconManager Class Reference</h1>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/stop">stop</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/trackEvent:">trackEvent:</a></span></li>

</ul></li>


Expand Down Expand Up @@ -191,6 +195,12 @@ <h3 class="subsubtitle task-title">Start on stop of beacon monitoring/ranging</h
</span>


</li><li>
<span class="tooltip">
<code><a href="#//api/name/trackEvent:">&ndash;&nbsp;trackEvent:</a></code>
</span>


</li><li>
<span class="tooltip">
<code><a href="#//api/name/stop">&ndash;&nbsp;stop</a></code>
Expand Down Expand Up @@ -475,6 +485,62 @@ <h4 class="method-subtitle parameter-title">Availability</h4>



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


</div>

<div class="section-method">
<a name="//api/name/trackEvent:" title="trackEvent:"></a>
<h3 class="subsubtitle method-title">trackEvent:</h3>



<div class="method-subsection brief-description">
<p>Enables single event tracking for more backend analytics data</p>
</div>



<div class="method-subsection method-declaration"><code>- (void)trackEvent:(KATTrackingEvent)<em>event</em></code></div>



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

<dl class="argument-def parameter-def">
<dt><em>event</em></dt>
<dd><p>type</p></dd>
</dl>

</div>



<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>void</p>
</div>



<div class="method-subsection availability">
<h4 class="method-subtitle parameter-title">Availability</h4>
<p>v1.0.1</p>
</div>









<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">KATBeaconManager.h</code><br />
Expand All @@ -498,7 +564,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Katalysator AB. All rights reserved. (Last updated: 2014-03-09)</span><br />
<p><span class="copyright">&copy; 2014 Katalysator AB. All rights reserved. (Last updated: 2014-03-23)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2014 Katalysator AB. All rights reserved. (Last updated: 2014-03-09)</span><br />
<p><span class="copyright">&copy; 2014 Katalysator AB. All rights reserved. (Last updated: 2014-03-23)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>

Expand Down
Loading

0 comments on commit 86da732

Please sign in to comment.