diff options
Diffstat (limited to 'docs/Classes/SDLListFiles.html')
-rw-r--r-- | docs/Classes/SDLListFiles.html | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/docs/Classes/SDLListFiles.html b/docs/Classes/SDLListFiles.html deleted file mode 100644 index 1d77efcae..000000000 --- a/docs/Classes/SDLListFiles.html +++ /dev/null @@ -1,63 +0,0 @@ -<h1>SDLListFiles 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>Requests the current list of resident filenames for the registered app. Not - supported on First generation SDL vehicles - <p></p> - -<p>Since <b>SmartDeviceLink 2.0</b></p> - - -<section class="section task-group-section"> - <h3 id="section--init"> - -init - </h3> - - <p>Constructs a new SDLListFiles 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>Constructs a new SDLListFiles object indicated by the dictionary parameter - <p></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> |