summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLSpeakResponse.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLSpeakResponse.html')
-rw-r--r--docs/Classes/SDLSpeakResponse.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/docs/Classes/SDLSpeakResponse.html b/docs/Classes/SDLSpeakResponse.html
deleted file mode 100644
index cf65e3a78..000000000
--- a/docs/Classes/SDLSpeakResponse.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<h1>SDLSpeakResponse Class Reference</h1>
-
-<h3>Section Contents</h3>
-
-<ul>
- <li><a href="#section--init">-init</a></li>
- <li><a href="#section--initWithDictionary:">-initWithDictionary:</a></li>
-</ul>
-
-<h3>Overview</h3>
-
-<p>Speak Response is sent, when Speak has been called</p>
-
-<p>Since SmartDeviceLink 1.0</p>
-
-
-<section class="section task-group-section">
- <h3 id="section--init">
- -init
- </h3>
-
- <p>@abstract Constructs a new SDLSpeakResponse object</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="n">init</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight"><code><span class="nf">init</span><span class="o">!</span><span class="p">()</span></code></pre>
-
-
-
-
- <h3 id="section--initWithDictionary:">
- -initWithDictionary:
- </h3>
-
- <p>@abstract Constructs a new SDLSpeakResponse object indicated by the NSMutableDictionary
-parameter
-- parameter: dict The dictionary to use</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithDictionary</span><span class="p">:(</span><span class="n">NSMutableDictionary</span> <span class="o">*</span><span class="p">)</span><span class="nv">dict</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight"><code><span class="nf">init</span><span class="o">!</span><span class="p">(</span><span class="n">dictionary</span> <span class="nv">dict</span><span class="p">:</span> <span class="kt">NSMutableDictionary</span><span class="o">!</span><span class="p">)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>dict</dt>
- <dd><p>The dictionary to use</p>
-</dd>
- </dl>
-
-</section>