List of public methods

This commit is contained in:
Ian Gulliver
2014-06-08 09:44:57 -07:00
parent dfc4a661ff
commit 553b50fa2a

View File

@@ -49,6 +49,25 @@
<li><a href="#onPin">onPin</a></li> <li><a href="#onPin">onPin</a></li>
<li><a href="#onUnpin">onUnpin</a></li> <li><a href="#onUnpin">onUnpin</a></li>
</ul> </ul>
</li>
<li><a href="#methods">Methods</a>
<ul>
<li><a href="#constructor">Constructor</a></li>
<li><a href="#shutdown">shutdown()</a></li>
<li><a href="#getProfile">getProfile()</a></li>
<li><a href="#currentProfile">currentProfile()</a></li>
<li><a href="#subscribe">subscribe()</a></li>
<li><a href="#unsubscribe">unsubscribe()</a></li>
<li><a href="#sendMessage">sendMessage()</a></li>
<li><a href="#getMessages">getMessages()</a></li>
<li><a href="#getLastMessage">getLastMessage()</a></li>
<li><a href="#pin">pin()</a></li>
<li><a href="#unpin">unpin()</a></li>
<li><a href="#getPins">getPins()</a></li>
<li><a href="#trackEvent">trackEvent()</a></li>
</ul>
</li>
</ul> </ul>
<h3><a name="terms">Terms</a></h3> <h3><a name="terms">Terms</a></h3>
@@ -322,6 +341,9 @@ unknown.</p>
You can filter pins by comparing their sender field to the return value of You can filter pins by comparing their sender field to the return value of
<a href="#currentProfile">currentProfile()</a> to avoid processing your own pins.</p> <a href="#currentProfile">currentProfile()</a> to avoid processing your own pins.</p>
<h3><a name="methods">Methods</a></h4>
</section> </section>
</div> </div>
<script> <script>