summaryrefslogtreecommitdiff
path: root/docs/Protocols/SDLRequestHandler.html
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-10-30 17:17:52 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-10-30 17:17:52 -0400
commit4233b570952751945a3f066f35595fbcaec2b0ae (patch)
tree7888256d1be523dfcb3f4343c59b64b1b516a644 /docs/Protocols/SDLRequestHandler.html
parent43f6367aa18724143032f3624887b0f867c5cc47 (diff)
downloadsdl_ios-release/5.0.0.tar.gz
Update for 5.0.0 releaserelease/5.0.0
Diffstat (limited to 'docs/Protocols/SDLRequestHandler.html')
-rw-r--r--docs/Protocols/SDLRequestHandler.html65
1 files changed, 0 insertions, 65 deletions
diff --git a/docs/Protocols/SDLRequestHandler.html b/docs/Protocols/SDLRequestHandler.html
deleted file mode 100644
index 9db5a6b74..000000000
--- a/docs/Protocols/SDLRequestHandler.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<h1>SDLRequestHandler Protocol Reference</h1>
-
-<h3>Section Contents</h3>
-
-<ul>
- <li><a href="#section-handler">handler</a></li>
- <li><a href="#section--initWithHandler:">-initWithHandler:</a></li>
-</ul>
-
-<h3>Overview</h3>
-
-<p>Undocumented</p>
-
-
-<section class="section task-group-section">
- <h3 id="section-handler">
- handler
- </h3>
-
- <p>The handler that is added to any RPC implementing this protocol.</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">copy</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span>
- <span class="n"><a href="../Type Definitions.html#/c:SDLNotificationConstants.h@T@SDLRPCNotificationHandler">SDLRPCNotificationHandler</a></span> <span class="n">_Nonnull</span> <span class="n">handler</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight"><code><span class="k">var</span> <span class="nv">handler</span><span class="p">:</span> <span class="kt"><a href="../Type Definitions.html#/c:SDLNotificationConstants.h@T@SDLRPCNotificationHandler">SDLRPCNotificationHandler</a></span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
-
-
-
-
- <h3 id="section--initWithHandler:">
- -initWithHandler:
- </h3>
-
- <p>A special init function on any RPC implementing this protocol.</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithHandler</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nonnull</span> <span class="n"><a href="../Type Definitions.html#/c:SDLNotificationConstants.h@T@SDLRPCNotificationHandler">SDLRPCNotificationHandler</a></span><span class="p">)</span><span class="nv">handler</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight"><code><span class="nf">init</span><span class="p">(</span><span class="nv">handler</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../Type Definitions.html#/c:SDLNotificationConstants.h@T@SDLRPCNotificationHandler">SDLRPCNotificationHandler</a></span><span class="p">)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>handler</dt>
- <dd><p>The handler to be called at specified times, such as events for buttons.</p>
-</dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>An instance of the class implementing this protocol.</p>
-
- </div>
-
-</section>