summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLRegisterAppInterfaceResponse.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLRegisterAppInterfaceResponse.html')
-rw-r--r--docs/Classes/SDLRegisterAppInterfaceResponse.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/Classes/SDLRegisterAppInterfaceResponse.html b/docs/Classes/SDLRegisterAppInterfaceResponse.html
index c90bb43e0..c1def48b6 100644
--- a/docs/Classes/SDLRegisterAppInterfaceResponse.html
+++ b/docs/Classes/SDLRegisterAppInterfaceResponse.html
@@ -3,7 +3,6 @@
<h3>Section Contents</h3>
<ul>
- <li><a href="#section-syncMsgVersion">syncMsgVersion</a></li>
<li><a href="#section-sdlMsgVersion">sdlMsgVersion</a></li>
<li><a href="#section-language">language</a></li>
<li><a href="#section-hmiDisplayLanguage">hmiDisplayLanguage</a></li>
@@ -33,28 +32,6 @@
<section class="section task-group-section">
- <h3 id="section-syncMsgVersion">
- syncMsgVersion
- </h3>
-
- <p>Specifies the negotiated version number of the SmartDeviceLink protocol that is to be supported by the mobile application.</p>
-
-<p>SDLSyncMsgVersion, Optional</p>
-
-<p>@since SDL 1.0</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="n">syncMsgVersion</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="k">var</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> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
-
-
-
-
<h3 id="section-sdlMsgVersion">
sdlMsgVersion
</h3>