summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLVersion.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLVersion.html')
-rw-r--r--docs/Classes/SDLVersion.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/docs/Classes/SDLVersion.html b/docs/Classes/SDLVersion.html
index f1c3af9b2..5b096f783 100644
--- a/docs/Classes/SDLVersion.html
+++ b/docs/Classes/SDLVersion.html
@@ -11,8 +11,6 @@
<li><a href="#section-+versionWithMajor:minor:patch:">+versionWithMajor:minor:patch:</a></li>
<li><a href="#section--initWithString:">-initWithString:</a></li>
<li><a href="#section-+versionWithString:">+versionWithString:</a></li>
- <li><a href="#section--initWithSyncMsgVersion:">-initWithSyncMsgVersion:</a></li>
- <li><a href="#section-+versionWithSyncMsgVersion:">+versionWithSyncMsgVersion:</a></li>
<li><a href="#section--initWithSDLMsgVersion:">-initWithSDLMsgVersion:</a></li>
<li><a href="#section-+versionWithSDLMsgVersion:">+versionWithSDLMsgVersion:</a></li>
<li><a href="#section--compare:">-compare:</a></li>
@@ -215,59 +213,6 @@
<p>An SDLVersion object</p>
</div>
- <h3 id="section--initWithSyncMsgVersion:">
- -initWithSyncMsgVersion:
- </h3>
-
- <p>Deprecated convenience init to set version using SDLSyncMsgVersion</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><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">initWithSyncMsgVersion</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">syncMsgVersion</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="nf">init</span><span class="p">(</span><span class="nv">syncMsgVersion</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span><span class="p">)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>syncMsgVersion</dt>
- <dd><p>Specifies the version number of the SmartDeviceLink protocol that is supported by the mobile application.</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>An SDLVersion object</p>
- </div>
-
- <h3 id="section-+versionWithSyncMsgVersion:">
- +versionWithSyncMsgVersion:
- </h3>
-
- <p>Deprecated convenience init to set version using SDLSyncMsgVersion</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><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">versionWithSyncMsgVersion</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nonnull</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">syncMsgVersion</span><span class="p">;</span></code></pre>
-
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>syncMsgVersion</dt>
- <dd><p>Specifies the version number of the SmartDeviceLink protocol that is supported by the mobile application.</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>An SDLVersion object</p>
- </div>
-
<h3 id="section--initWithSDLMsgVersion:">
-initWithSDLMsgVersion:
</h3>