summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLGetInteriorVehicleDataResponse.html
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-05-25 14:47:33 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-05-25 14:47:33 -0400
commit466cd0091c8350aba1c81862da11a9bc07ff0207 (patch)
treedee36e267eacba5d65cb26717e8c85c2c0d9ae9d /docs/Classes/SDLGetInteriorVehicleDataResponse.html
parentda767be2bd10518df7e54a4b043f333d51ed540c (diff)
downloadsdl_ios-466cd0091c8350aba1c81862da11a9bc07ff0207.tar.gz
Update for v6.0
Diffstat (limited to 'docs/Classes/SDLGetInteriorVehicleDataResponse.html')
-rw-r--r--docs/Classes/SDLGetInteriorVehicleDataResponse.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/Classes/SDLGetInteriorVehicleDataResponse.html b/docs/Classes/SDLGetInteriorVehicleDataResponse.html
index 059fd586b..00d53fcfb 100644
--- a/docs/Classes/SDLGetInteriorVehicleDataResponse.html
+++ b/docs/Classes/SDLGetInteriorVehicleDataResponse.html
@@ -9,7 +9,7 @@
<h3>Overview</h3>
-<p>Undocumented</p>
+<p>A response to SDLGetInteriorVehicleData</p>
<section class="section task-group-section">
@@ -17,12 +17,12 @@
moduleData
</h3>
- <p>Undocumented</p>
+ <p>The requested data</p>
<h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">strong</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span> <span class="n"><a href="../Classes/SDLModuleData.html">SDLModuleData</a></span> <span class="o">*</span><span class="n">moduleData</span></code></pre>
+ <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span> <span class="n"><a href="../Classes/SDLModuleData.html">SDLModuleData</a></span> <span class="o">*</span><span class="n">_Nonnull</span> <span class="n">moduleData</span><span class="p">;</span></code></pre>
<h4>Swift</h4>
@@ -35,9 +35,11 @@
isSubscribed
</h3>
- <p>@abstract It is a conditional-mandatory parameter: must be returned in case <q>subscribe</q> parameter was present in the related request.
- if <q>true</q> - the <q>moduleType</q> from request is successfully subscribed and the head unit will send onInteriorVehicleData notifications for the moduleType.
- if <q>false</q> - the <q>moduleType</q> from request is either unsubscribed or failed to subscribe.</p>
+ <p>It is a conditional-mandatory parameter: must be returned in case <q>subscribe</q> parameter was present in the related request.</p>
+
+<p>If <q>true</q> - the <q>moduleType</q> from request is successfully subscribed and the head unit will send onInteriorVehicleData notifications for the moduleType.</p>
+
+<p>If <q>false</q> - the <q>moduleType</q> from request is either unsubscribed or failed to subscribe.</p>
<p>Optional, Boolean</p>