update docs
This commit is contained in:
parent
619db00c54
commit
74c45d5881
@ -364,8 +364,8 @@ manager["room1"]?.emit("hello")
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -213,7 +213,7 @@ Example:</p>
|
|||||||
<td>
|
<td>
|
||||||
<div>
|
<div>
|
||||||
<p>The callback called when an ack is received, or when a timeout happens.
|
<p>The callback called when an ack is received, or when a timeout happens.
|
||||||
To check for timeout, use <code>SocketAckStatus</code>’s <code>noAck</code> case.</p>
|
To check for timeout, use <code>SocketAckStatus</code>‘s <code>noAck</code> case.</p>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -231,8 +231,8 @@ Example:</p>
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -301,8 +301,8 @@ will be emitted. The structure of the error data is <code>[ackNum, items, theErr
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -247,8 +247,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -173,33 +173,6 @@ manager["room1"]?.emit("hello")
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<ul class="item-container">
|
<ul class="item-container">
|
||||||
<li class="item">
|
|
||||||
<div>
|
|
||||||
<code>
|
|
||||||
<a name="/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_"></a>
|
|
||||||
<a name="//apple_ref/swift/Variable/sharedManager" class="dashAnchor"></a>
|
|
||||||
<a class="token" href="#/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_">sharedManager</a>
|
|
||||||
</code>
|
|
||||||
</div>
|
|
||||||
<div class="height-container">
|
|
||||||
<div class="pointer-container"></div>
|
|
||||||
<section class="section">
|
|
||||||
<div class="pointer"></div>
|
|
||||||
<div class="abstract">
|
|
||||||
<p>The shared manager.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="declaration">
|
|
||||||
<h4>Declaration</h4>
|
|
||||||
<div class="language">
|
|
||||||
<p class="aside-title">Swift</p>
|
|
||||||
<pre class="highlight"><code><span class="n">open</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">sharedManager</span> <span class="o">=</span> <span class="kt">SocketClientManager</span><span class="p">()</span></code></pre>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<div>
|
<div>
|
||||||
<code>
|
<code>
|
||||||
@ -231,6 +204,33 @@ manager["room1"]?.emit("hello")
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<div>
|
||||||
|
<code>
|
||||||
|
<a name="/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_"></a>
|
||||||
|
<a name="//apple_ref/swift/Variable/sharedManager" class="dashAnchor"></a>
|
||||||
|
<a class="token" href="#/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_">sharedManager</a>
|
||||||
|
</code>
|
||||||
|
</div>
|
||||||
|
<div class="height-container">
|
||||||
|
<div class="pointer-container"></div>
|
||||||
|
<section class="section">
|
||||||
|
<div class="pointer"></div>
|
||||||
|
<div class="abstract">
|
||||||
|
<p>The shared manager.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="declaration">
|
||||||
|
<h4>Declaration</h4>
|
||||||
|
<div class="language">
|
||||||
|
<p class="aside-title">Swift</p>
|
||||||
|
<pre class="highlight"><code><span class="n">open</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">sharedManager</span> <span class="o">=</span> <span class="kt">SocketClientManager</span><span class="p">()</span></code></pre>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="task-group">
|
<div class="task-group">
|
||||||
@ -435,8 +435,8 @@ manager["room1"]?.emit("hello")
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1425,8 +1425,8 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1738,8 +1738,8 @@ Can be used after disconnecting to break any potential remaining retain cycles.<
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -308,8 +308,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -186,8 +186,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -347,8 +347,8 @@ data item: the namespace that was connected to.</p>
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -372,8 +372,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -922,8 +922,8 @@ the background. <strong>This option is experimental as socket.io shouldn’t
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -279,8 +279,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -353,8 +353,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -214,8 +214,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -396,8 +396,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -459,8 +459,8 @@ disconnect us.</p>
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1050,8 +1050,8 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -312,8 +312,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -360,8 +360,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -180,8 +180,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -158,60 +158,6 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<ul class="item-container">
|
<ul class="item-container">
|
||||||
<li class="item">
|
|
||||||
<div>
|
|
||||||
<code>
|
|
||||||
<a name="/s:V8SocketIO27SocketIOClientConfiguration7Element"></a>
|
|
||||||
<a name="//apple_ref/swift/Alias/Element" class="dashAnchor"></a>
|
|
||||||
<a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration7Element">Element</a>
|
|
||||||
</code>
|
|
||||||
</div>
|
|
||||||
<div class="height-container">
|
|
||||||
<div class="pointer-container"></div>
|
|
||||||
<section class="section">
|
|
||||||
<div class="pointer"></div>
|
|
||||||
<div class="abstract">
|
|
||||||
<p>Type of element stored.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="declaration">
|
|
||||||
<h4>Declaration</h4>
|
|
||||||
<div class="language">
|
|
||||||
<p class="aside-title">Swift</p>
|
|
||||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Element</span> <span class="o">=</span> <span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span></code></pre>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="item">
|
|
||||||
<div>
|
|
||||||
<code>
|
|
||||||
<a name="/s:V8SocketIO27SocketIOClientConfiguration5Index"></a>
|
|
||||||
<a name="//apple_ref/swift/Alias/Index" class="dashAnchor"></a>
|
|
||||||
<a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration5Index">Index</a>
|
|
||||||
</code>
|
|
||||||
</div>
|
|
||||||
<div class="height-container">
|
|
||||||
<div class="pointer-container"></div>
|
|
||||||
<section class="section">
|
|
||||||
<div class="pointer"></div>
|
|
||||||
<div class="abstract">
|
|
||||||
<p>Index type.</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="declaration">
|
|
||||||
<h4>Declaration</h4>
|
|
||||||
<div class="language">
|
|
||||||
<p class="aside-title">Swift</p>
|
|
||||||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Index</span> <span class="o">=</span> <span class="kt">Array</span><span class="o"><</span><span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span><span class="o">>.</span><span class="kt">Index</span></code></pre>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<div>
|
<div>
|
||||||
<code>
|
<code>
|
||||||
@ -239,6 +185,33 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<div>
|
||||||
|
<code>
|
||||||
|
<a name="/s:V8SocketIO27SocketIOClientConfiguration7Element"></a>
|
||||||
|
<a name="//apple_ref/swift/Alias/Element" class="dashAnchor"></a>
|
||||||
|
<a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration7Element">Element</a>
|
||||||
|
</code>
|
||||||
|
</div>
|
||||||
|
<div class="height-container">
|
||||||
|
<div class="pointer-container"></div>
|
||||||
|
<section class="section">
|
||||||
|
<div class="pointer"></div>
|
||||||
|
<div class="abstract">
|
||||||
|
<p>Type of element stored.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="declaration">
|
||||||
|
<h4>Declaration</h4>
|
||||||
|
<div class="language">
|
||||||
|
<p class="aside-title">Swift</p>
|
||||||
|
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Element</span> <span class="o">=</span> <span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span></code></pre>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<div>
|
<div>
|
||||||
<code>
|
<code>
|
||||||
@ -266,6 +239,33 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<div>
|
||||||
|
<code>
|
||||||
|
<a name="/s:V8SocketIO27SocketIOClientConfiguration5Index"></a>
|
||||||
|
<a name="//apple_ref/swift/Alias/Index" class="dashAnchor"></a>
|
||||||
|
<a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration5Index">Index</a>
|
||||||
|
</code>
|
||||||
|
</div>
|
||||||
|
<div class="height-container">
|
||||||
|
<div class="pointer-container"></div>
|
||||||
|
<section class="section">
|
||||||
|
<div class="pointer"></div>
|
||||||
|
<div class="abstract">
|
||||||
|
<p>Index type.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="declaration">
|
||||||
|
<h4>Declaration</h4>
|
||||||
|
<div class="language">
|
||||||
|
<p class="aside-title">Swift</p>
|
||||||
|
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Index</span> <span class="o">=</span> <span class="kt">Array</span><span class="o"><</span><span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span><span class="o">>.</span><span class="kt">Index</span></code></pre>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="task-group">
|
<div class="task-group">
|
||||||
@ -607,8 +607,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -206,8 +206,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -173,7 +173,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
|
|||||||
double cur = [[data objectAtIndex:0] floatValue];
|
double cur = [[data objectAtIndex:0] floatValue];
|
||||||
|
|
||||||
[[socket emitWithAck:@"canUpdate" with:@[@(cur)]] timingOutAfter:0 callback:^(NSArray* data) {
|
[[socket emitWithAck:@"canUpdate" with:@[@(cur)]] timingOutAfter:0 callback:^(NSArray* data) {
|
||||||
[socket emit:@"update" withItems:@[@{@"amount": @(cur + 2.50)}]];
|
[socket emit:@"update" with:@[@{@"amount": @(cur + 2.50)}]];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
[ack with:@[@"Got your currentAmount, ", @"dude"]];
|
[ack with:@[@"Got your currentAmount, ", @"dude"]];
|
||||||
@ -220,8 +220,9 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
|
|||||||
<p>Then import <code>import SocketIO</code>.</p>
|
<p>Then import <code>import SocketIO</code>.</p>
|
||||||
<h3 id='carthage' class='heading'>Carthage</h3>
|
<h3 id='carthage' class='heading'>Carthage</h3>
|
||||||
|
|
||||||
<p>Add this line to your <code>Cartfile</code>:</p>
|
<p>Add these line to your <code>Cartfile</code>:</p>
|
||||||
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift" ~> 11.0.0 # Or latest version
|
<pre class="highlight plaintext"><code>github "nuclearace/Starscream" ~> 8.0.2
|
||||||
|
github "socketio/socket.io-client-swift" ~> 11.0.1 # Or latest version
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>Run <code>carthage update --platform ios,macosx</code>.</p>
|
<p>Run <code>carthage update --platform ios,macosx</code>.</p>
|
||||||
@ -231,7 +232,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
|
|||||||
<pre class="highlight ruby"><code><span class="n">use_frameworks!</span>
|
<pre class="highlight ruby"><code><span class="n">use_frameworks!</span>
|
||||||
|
|
||||||
<span class="n">target</span> <span class="s1">'YourApp'</span> <span class="k">do</span>
|
<span class="n">target</span> <span class="s1">'YourApp'</span> <span class="k">do</span>
|
||||||
<span class="n">pod</span> <span class="s1">'Socket.IO-Client-Swift'</span><span class="p">,</span> <span class="s1">'~> 11.0.0'</span> <span class="c1"># Or latest version</span>
|
<span class="n">pod</span> <span class="s1">'Socket.IO-Client-Swift'</span><span class="p">,</span> <span class="s1">'~> 11.0.1'</span> <span class="c1"># Or latest version</span>
|
||||||
<span class="k">end</span>
|
<span class="k">end</span>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
@ -251,7 +252,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
|
|||||||
<h3 id='cocoaseeds' class='heading'>CocoaSeeds</h3>
|
<h3 id='cocoaseeds' class='heading'>CocoaSeeds</h3>
|
||||||
|
|
||||||
<p>Add this line to your <code>Seedfile</code>:</p>
|
<p>Add this line to your <code>Seedfile</code>:</p>
|
||||||
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift", "v11.0.0", :files => "Source/*.swift" # Or latest version
|
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift", "v11.0.1", :files => "Source/*.swift" # Or latest version
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>Run <code>seed install</code>.</p>
|
<p>Run <code>seed install</code>.</p>
|
||||||
@ -278,8 +279,8 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<section class="footer">
|
<section class="footer">
|
||||||
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-07-24)</p>
|
<p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-08-06)</p>
|
||||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user