summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLAppServiceManifest.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLAppServiceManifest.html')
-rw-r--r--docs/Classes/SDLAppServiceManifest.html215
1 files changed, 0 insertions, 215 deletions
diff --git a/docs/Classes/SDLAppServiceManifest.html b/docs/Classes/SDLAppServiceManifest.html
index 25370a759..0e749b2a3 100644
--- a/docs/Classes/SDLAppServiceManifest.html
+++ b/docs/Classes/SDLAppServiceManifest.html
@@ -4,19 +4,14 @@
<ul>
<li><a href="#section--initWithAppServiceType:">-initWithAppServiceType:</a></li>
- <li><a href="#section--initWithMediaServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:">-initWithMediaServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:</a></li>
<li><a href="#section--initWithMediaServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:">-initWithMediaServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:</a></li>
- <li><a href="#section--initWithWeatherServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:weatherServiceManifest:">-initWithWeatherServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:weatherServiceManifest:</a></li>
<li><a href="#section--initWithWeatherServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:weatherServiceManifest:">-initWithWeatherServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:weatherServiceManifest:</a></li>
- <li><a href="#section--initWithNavigationServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:navigationServiceManifest:">-initWithNavigationServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:navigationServiceManifest:</a></li>
<li><a href="#section--initWithNavigationServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:navigationServiceManifest:">-initWithNavigationServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:navigationServiceManifest:</a></li>
- <li><a href="#section--initWithServiceName:serviceType:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:">-initWithServiceName:serviceType:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:</a></li>
<li><a href="#section--initWithServiceName:serviceType:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:">-initWithServiceName:serviceType:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:</a></li>
<li><a href="#section-serviceName">serviceName</a></li>
<li><a href="#section-serviceType">serviceType</a></li>
<li><a href="#section-serviceIcon">serviceIcon</a></li>
<li><a href="#section-allowAppConsumers">allowAppConsumers</a></li>
- <li><a href="#section-rpcSpecVersion">rpcSpecVersion</a></li>
<li><a href="#section-maxRPCSpecVersion">maxRPCSpecVersion</a></li>
<li><a href="#section-handledRPCs">handledRPCs</a></li>
<li><a href="#section-mediaServiceManifest">mediaServiceManifest</a></li>
@@ -58,50 +53,6 @@
<p>A SDLAppServiceManifest object</p>
</div>
- <h3 id="section--initWithMediaServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:">
- -initWithMediaServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:
- </h3>
-
- <p>Convenience init for a media service manifest.</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">initWithMediaServiceName</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceName</span>
- <span class="nf">serviceIcon</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLImage.html">SDLImage</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceIcon</span>
- <span class="nf">allowAppConsumers</span><span class="p">:(</span><span class="n">BOOL</span><span class="p">)</span><span class="nv">allowAppConsumers</span>
- <span class="nf">rpcSpecVersion</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">rpcSpecVersion</span>
- <span class="nf">handledRPCs</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSArray</span><span class="o">&lt;</span><span class="n">NSNumber</span><span class="o">&lt;</span><span class="n"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="o">&gt;</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nv">handledRPCs</span>
- <span class="nf">mediaServiceManifest</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n"><a href="../Classes.html#/c:objc(cs)SDLMediaServiceManifest">SDLMediaServiceManifest</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">mediaServiceManifest</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="kd">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="n">mediaServiceName</span> <span class="nv">serviceName</span><span class="p">:</span> <span class="kt">String</span><span class="p">?,</span> <span class="nv">serviceIcon</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLImage.html">SDLImage</a></span><span class="p">?,</span> <span class="nv">allowAppConsumers</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">,</span> <span class="nv">rpcSpecVersion</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span><span class="p">?,</span> <span class="nv">handledRPCs</span><span class="p">:</span> <span class="p">[</span><span class="kt">NSNumber</span> <span class="o">&amp;</span> <span class="kt"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="p">]?,</span> <span class="nv">mediaServiceManifest</span><span class="p">:</span> <span class="kt"><a href="../Classes.html#/c:objc(cs)SDLMediaServiceManifest">SDLMediaServiceManifest</a></span><span class="p">?)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>serviceName</dt>
- <dd><p>Unique name of this service</p></dd>
- <dt>serviceIcon</dt>
- <dd><p>The file name of the icon to be associated with this service</p></dd>
- <dt>allowAppConsumers</dt>
- <dd><p>If true, app service consumers beyond the IVI system will be able to access this service. If false, only the IVI system will be able consume the service. If not provided, it is assumed to be false</p></dd>
- <dt>rpcSpecVersion</dt>
- <dd><p>This is the max RPC Spec version the app service understands</p></dd>
- <dt>handledRPCs</dt>
- <dd><p>This field contains the Function IDs for the RPCs that this service intends to handle correctly</p></dd>
- <dt>mediaServiceManifest</dt>
- <dd><p>A media service manifest</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>A SDLAppServiceManifest object</p>
- </div>
-
<h3 id="section--initWithMediaServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:">
-initWithMediaServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:
</h3>
@@ -146,51 +97,6 @@
<p>A SDLAppServiceManifest object</p>
</div>
- <h3 id="section--initWithWeatherServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:weatherServiceManifest:">
- -initWithWeatherServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:weatherServiceManifest:
- </h3>
-
- <p>Convenience init for a weather service manifest.</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">initWithWeatherServiceName</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceName</span>
- <span class="nf">serviceIcon</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLImage.html">SDLImage</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceIcon</span>
- <span class="nf">allowAppConsumers</span><span class="p">:(</span><span class="n">BOOL</span><span class="p">)</span><span class="nv">allowAppConsumers</span>
- <span class="nf">rpcSpecVersion</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">rpcSpecVersion</span>
- <span class="nf">handledRPCs</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n">NSArray</span><span class="o">&lt;</span><span class="n">NSNumber</span><span class="o">&lt;</span><span class="n"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="o">&gt;</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nv">handledRPCs</span>
- <span class="nf">weatherServiceManifest</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLWeatherServiceManifest.html">SDLWeatherServiceManifest</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">weatherServiceManifest</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="kd">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="n">weatherServiceName</span> <span class="nv">serviceName</span><span class="p">:</span> <span class="kt">String</span><span class="p">?,</span> <span class="nv">serviceIcon</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLImage.html">SDLImage</a></span><span class="p">?,</span> <span class="nv">allowAppConsumers</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">,</span> <span class="nv">rpcSpecVersion</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span><span class="p">?,</span> <span class="nv">handledRPCs</span><span class="p">:</span> <span class="p">[</span><span class="kt">NSNumber</span> <span class="o">&amp;</span> <span class="kt"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="p">]?,</span> <span class="nv">weatherServiceManifest</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLWeatherServiceManifest.html">SDLWeatherServiceManifest</a></span><span class="p">?)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>serviceName</dt>
- <dd><p>Unique name of this service</p></dd>
- <dt>serviceIcon</dt>
- <dd><p>The file name of the icon to be associated with this service</p></dd>
- <dt>allowAppConsumers</dt>
- <dd><p>If true, app service consumers beyond the IVI system will be able to access this service. If false, only the IVI system will be able consume the service. If not provided, it is assumed to be false</p></dd>
- <dt>rpcSpecVersion</dt>
- <dd><p>This is the max RPC Spec version the app service understands</p></dd>
- <dt>handledRPCs</dt>
- <dd><p>This field contains the Function IDs for the RPCs that this service intends to handle correctly</p></dd>
- <dt>weatherServiceManifest</dt>
- <dd><p>A weather service manifest</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>A SDLAppServiceManifest object</p>
- </div>
-
<h3 id="section--initWithWeatherServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:weatherServiceManifest:">
-initWithWeatherServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:weatherServiceManifest:
</h3>
@@ -236,51 +142,6 @@
<p>A SDLAppServiceManifest object</p>
</div>
- <h3 id="section--initWithNavigationServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:navigationServiceManifest:">
- -initWithNavigationServiceName:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:navigationServiceManifest:
- </h3>
-
- <p>Convenience init for a navigation service manifest.</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">initWithNavigationServiceName</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceName</span>
- <span class="nf">serviceIcon</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLImage.html">SDLImage</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceIcon</span>
- <span class="nf">allowAppConsumers</span><span class="p">:(</span><span class="n">BOOL</span><span class="p">)</span><span class="nv">allowAppConsumers</span>
- <span class="nf">rpcSpecVersion</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">rpcSpecVersion</span>
- <span class="nf">handledRPCs</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n">NSArray</span><span class="o">&lt;</span><span class="n">NSNumber</span><span class="o">&lt;</span><span class="n"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="o">&gt;</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nv">handledRPCs</span>
- <span class="nf">navigationServiceManifest</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLNavigationServiceManifest.html">SDLNavigationServiceManifest</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">navigationServiceManifest</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="kd">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="n">navigationServiceName</span> <span class="nv">serviceName</span><span class="p">:</span> <span class="kt">String</span><span class="p">?,</span> <span class="nv">serviceIcon</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLImage.html">SDLImage</a></span><span class="p">?,</span> <span class="nv">allowAppConsumers</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">,</span> <span class="nv">rpcSpecVersion</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span><span class="p">?,</span> <span class="nv">handledRPCs</span><span class="p">:</span> <span class="p">[</span><span class="kt">NSNumber</span> <span class="o">&amp;</span> <span class="kt"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="p">]?,</span> <span class="nv">navigationServiceManifest</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLNavigationServiceManifest.html">SDLNavigationServiceManifest</a></span><span class="p">?)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>serviceName</dt>
- <dd><p>Unique name of this service</p></dd>
- <dt>serviceIcon</dt>
- <dd><p>The file name of the icon to be associated with this service</p></dd>
- <dt>allowAppConsumers</dt>
- <dd><p>If true, app service consumers beyond the IVI system will be able to access this service. If false, only the IVI system will be able consume the service. If not provided, it is assumed to be false</p></dd>
- <dt>rpcSpecVersion</dt>
- <dd><p>This is the max RPC Spec version the app service understands</p></dd>
- <dt>handledRPCs</dt>
- <dd><p>This field contains the Function IDs for the RPCs that this service intends to handle correctly</p></dd>
- <dt>navigationServiceManifest</dt>
- <dd><p>A navigation service manifest</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>A SDLAppServiceManifest object</p>
- </div>
-
<h3 id="section--initWithNavigationServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:navigationServiceManifest:">
-initWithNavigationServiceName:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:navigationServiceManifest:
</h3>
@@ -326,62 +187,6 @@
<p>A SDLAppServiceManifest object</p>
</div>
- <h3 id="section--initWithServiceName:serviceType:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:">
- -initWithServiceName:serviceType:serviceIcon:allowAppConsumers:rpcSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:
- </h3>
-
- <p>Convenience init for all parameters.</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">initWithServiceName</span><span class="p">:(</span><span class="n">nullable</span> <span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceName</span>
- <span class="nf">serviceType</span><span class="p">:(</span><span class="n">nonnull</span> <span class="n"><a href="../Type%20Definitions.html#/c:SDLAppServiceType.h@T@SDLAppServiceType">SDLAppServiceType</a></span><span class="p">)</span><span class="nv">serviceType</span>
- <span class="nf">serviceIcon</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLImage.html">SDLImage</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">serviceIcon</span>
- <span class="nf">allowAppConsumers</span><span class="p">:(</span><span class="n">BOOL</span><span class="p">)</span><span class="nv">allowAppConsumers</span>
- <span class="nf">rpcSpecVersion</span><span class="p">:(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">rpcSpecVersion</span>
- <span class="nf">handledRPCs</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n">NSArray</span><span class="o">&lt;</span><span class="n">NSNumber</span><span class="o">&lt;</span><span class="n"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="o">&gt;</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nv">handledRPCs</span>
- <span class="nf">mediaServiceManifest</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n"><a href="../Classes.html#/c:objc(cs)SDLMediaServiceManifest">SDLMediaServiceManifest</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">mediaServiceManifest</span>
- <span class="nf">weatherServiceManifest</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLWeatherServiceManifest.html">SDLWeatherServiceManifest</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">weatherServiceManifest</span>
- <span class="nf">navigationServiceManifest</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n"><a href="../Classes/SDLNavigationServiceManifest.html">SDLNavigationServiceManifest</a></span> <span class="o">*</span><span class="p">)</span><span class="nv">navigationServiceManifest</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="kd">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="nv">serviceName</span><span class="p">:</span> <span class="kt">String</span><span class="p">?,</span> <span class="nv">serviceType</span><span class="p">:</span> <span class="kt"><a href="../Type%20Definitions.html#/c:SDLAppServiceType.h@T@SDLAppServiceType">SDLAppServiceType</a></span><span class="p">,</span> <span class="nv">serviceIcon</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLImage.html">SDLImage</a></span><span class="p">?,</span> <span class="nv">allowAppConsumers</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">,</span> <span class="nv">rpcSpecVersion</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLSyncMsgVersion.html">SDLSyncMsgVersion</a></span><span class="p">?,</span> <span class="nv">handledRPCs</span><span class="p">:</span> <span class="p">[</span><span class="kt">NSNumber</span> <span class="o">&amp;</span> <span class="kt"><a href="../Protocols.html#/c:objc(pl)SDLInt">SDLInt</a></span><span class="p">]?,</span> <span class="nv">mediaServiceManifest</span><span class="p">:</span> <span class="kt"><a href="../Classes.html#/c:objc(cs)SDLMediaServiceManifest">SDLMediaServiceManifest</a></span><span class="p">?,</span> <span class="nv">weatherServiceManifest</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLWeatherServiceManifest.html">SDLWeatherServiceManifest</a></span><span class="p">?,</span> <span class="nv">navigationServiceManifest</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLNavigationServiceManifest.html">SDLNavigationServiceManifest</a></span><span class="p">?)</span></code></pre>
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>serviceName</dt>
- <dd><p>Unique name of this service</p></dd>
- <dt>serviceType</dt>
- <dd><p>The type of service that is to be offered by this app</p></dd>
- <dt>serviceIcon</dt>
- <dd><p>The file name of the icon to be associated with this service</p></dd>
- <dt>allowAppConsumers</dt>
- <dd><p>If true, app service consumers beyond the IVI system will be able to access this service. If false, only the IVI system will be able consume the service. If not provided, it is assumed to be false</p></dd>
- <dt>rpcSpecVersion</dt>
- <dd><p>This is the max RPC Spec version the app service understands</p></dd>
- <dt>handledRPCs</dt>
- <dd><p>This field contains the Function IDs for the RPCs that this service intends to handle correctly</p></dd>
- <dt>mediaServiceManifest</dt>
- <dd><p>A media service manifest</p></dd>
- <dt>weatherServiceManifest</dt>
- <dd><p>A weather service manifest</p></dd>
- <dt>navigationServiceManifest</dt>
- <dd><p>A navigation service manifest</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>A SDLAppServiceManifest object</p>
- </div>
-
<h3 id="section--initWithServiceName:serviceType:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:">
-initWithServiceName:serviceType:serviceIcon:allowAppConsumers:maxRPCSpecVersion:handledRPCs:mediaServiceManifest:weatherServiceManifest:navigationServiceManifest:
</h3>
@@ -518,26 +323,6 @@
- <h3 id="section-rpcSpecVersion">
- rpcSpecVersion
- </h3>
-
- <p>This is the max RPC Spec version the app service understands. This is important during the RPC passthrough functionality. If not included, it is assumed the max version of the module is acceptable.</p>
-
-<p>SyncMsgVersion, Optional</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">rpcSpecVersion</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="k">var</span> <span class="nv">rpcSpecVersion</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-maxRPCSpecVersion">
maxRPCSpecVersion
</h3>