summaryrefslogtreecommitdiff
path: root/docs/Protocols.html
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-09 08:49:32 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-09 08:49:32 -0400
commit192acfda6e8f1b640a06d7fc8e796581de23b53f (patch)
tree6a904c9431eece017a0abfbaba9928366e1112d2 /docs/Protocols.html
parenta0247a83901bf8e803e644789dc08d4d64274059 (diff)
downloadsdl_ios-192acfda6e8f1b640a06d7fc8e796581de23b53f.tar.gz
Update documentation4.3.0-alpha.1
Diffstat (limited to 'docs/Protocols.html')
-rw-r--r--docs/Protocols.html138
1 files changed, 133 insertions, 5 deletions
diff --git a/docs/Protocols.html b/docs/Protocols.html
index 1d3217e1d..9bf3d00d8 100644
--- a/docs/Protocols.html
+++ b/docs/Protocols.html
@@ -3,10 +3,18 @@
<h3>Section Contents</h3>
<ul>
+ <li><a href="#section-SDLInt">SDLInt</a></li>
+ <li><a href="#section-SDLUInt">SDLUInt</a></li>
+ <li><a href="#section-SDLBool">SDLBool</a></li>
+ <li><a href="#section-SDLFloat">SDLFloat</a></li>
<li><a href="#section-SDLDebugToolConsole">SDLDebugToolConsole</a></li>
<li><a href="#section-SDLIAPSessionDelegate">SDLIAPSessionDelegate</a></li>
+ <li><a href="#section-SDLManagerDelegate">SDLManagerDelegate</a></li>
<li><a href="#section-SDLProtocolListener">SDLProtocolListener</a></li>
<li><a href="#section-SDLProxyListener">SDLProxyListener</a></li>
+ <li><a href="#section-SDLRequestHandler">SDLRequestHandler</a></li>
+ <li><a href="#section-SDLSecurityType">SDLSecurityType</a></li>
+ <li><a href="#section-SDLTouchManagerDelegate">SDLTouchManagerDelegate</a></li>
<li><a href="#section-SDLTransportDelegate">SDLTransportDelegate</a></li>
</ul>
@@ -16,7 +24,79 @@
<section class="section task-group-section">
- <h3>
+ <h3 id="section-SDLInt">
+ SDLInt
+ </h3>
+
+ <p>A decleration that this NSNumber contains an NSInteger.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@protocol</span> <span class="nc">SDLInt</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="kd">protocol</span> <span class="kt">SDLInt</span></code></pre>
+
+
+
+
+ <h3 id="section-SDLUInt">
+ SDLUInt
+ </h3>
+
+ <p>A declaration that this NSNumber contains an NSUInteger.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@protocol</span> <span class="nc">SDLUInt</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="kd">protocol</span> <span class="kt">SDLUInt</span></code></pre>
+
+
+
+
+ <h3 id="section-SDLBool">
+ SDLBool
+ </h3>
+
+ <p>A declaration that this NSNumber contains a BOOL.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@protocol</span> <span class="nc">SDLBool</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="kd">protocol</span> <span class="kt">SDLBool</span></code></pre>
+
+
+
+
+ <h3 id="section-SDLFloat">
+ SDLFloat
+ </h3>
+
+ <p>A declaration that this NSNumber contains a float.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@protocol</span> <span class="nc">SDLFloat</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="kd">protocol</span> <span class="kt">SDLFloat</span></code></pre>
+
+
+
+
+ <h3 id="section-SDLDebugToolConsole">
SDLDebugToolConsole
</h3>
@@ -28,7 +108,7 @@
- <h3>
+ <h3 id="section-SDLIAPSessionDelegate">
SDLIAPSessionDelegate
</h3>
@@ -40,7 +120,19 @@
- <h3>
+ <h3 id="section-SDLManagerDelegate">
+ SDLManagerDelegate
+ </h3>
+
+ <p>Undocumented</p>
+
+ <a href="Protocols/SDLManagerDelegate.html" class="slightly-smaller">See more</a>
+
+
+
+
+
+ <h3 id="section-SDLProtocolListener">
SDLProtocolListener
</h3>
@@ -52,7 +144,7 @@
- <h3>
+ <h3 id="section-SDLProxyListener">
SDLProxyListener
</h3>
@@ -64,7 +156,43 @@
- <h3>
+ <h3 id="section-SDLRequestHandler">
+ SDLRequestHandler
+ </h3>
+
+ <p>Undocumented</p>
+
+ <a href="Protocols/SDLRequestHandler.html" class="slightly-smaller">See more</a>
+
+
+
+
+
+ <h3 id="section-SDLSecurityType">
+ SDLSecurityType
+ </h3>
+
+ <p>Undocumented</p>
+
+ <a href="Protocols/SDLSecurityType.html" class="slightly-smaller">See more</a>
+
+
+
+
+
+ <h3 id="section-SDLTouchManagerDelegate">
+ SDLTouchManagerDelegate
+ </h3>
+
+ <p>Undocumented</p>
+
+ <a href="Protocols/SDLTouchManagerDelegate.html" class="slightly-smaller">See more</a>
+
+
+
+
+
+ <h3 id="section-SDLTransportDelegate">
SDLTransportDelegate
</h3>