diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2017-10-30 17:17:52 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2017-10-30 17:17:52 -0400 |
commit | 4233b570952751945a3f066f35595fbcaec2b0ae (patch) | |
tree | 7888256d1be523dfcb3f4343c59b64b1b516a644 /docs/Classes/SDLScrollableMessageResponse.html | |
parent | 43f6367aa18724143032f3624887b0f867c5cc47 (diff) | |
download | sdl_ios-release/5.0.0.tar.gz |
Update for 5.0.0 releaserelease/5.0.0
Diffstat (limited to 'docs/Classes/SDLScrollableMessageResponse.html')
-rw-r--r-- | docs/Classes/SDLScrollableMessageResponse.html | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/docs/Classes/SDLScrollableMessageResponse.html b/docs/Classes/SDLScrollableMessageResponse.html deleted file mode 100644 index 72aa85c97..000000000 --- a/docs/Classes/SDLScrollableMessageResponse.html +++ /dev/null @@ -1,62 +0,0 @@ -<h1>SDLScrollableMessageResponse 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>Scrollable Message Response is sent, when SDLScrollableMessage has been called</p> - -<p>Since SmartDeviceLink 2.0</p> - - -<section class="section task-group-section"> - <h3 id="section--init"> - -init - </h3> - - <p>@abstract Constructs a new SDLScrollableMessageResponse 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 SDLScrollableMessageResponse 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> |