summaryrefslogtreecommitdiff
path: root/docs/Enums/SDLSystemCapabilityManagerError.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Enums/SDLSystemCapabilityManagerError.html')
-rw-r--r--docs/Enums/SDLSystemCapabilityManagerError.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Enums/SDLSystemCapabilityManagerError.html b/docs/Enums/SDLSystemCapabilityManagerError.html
index 846772d78..e0fa5e2bc 100644
--- a/docs/Enums/SDLSystemCapabilityManagerError.html
+++ b/docs/Enums/SDLSystemCapabilityManagerError.html
@@ -6,6 +6,7 @@
<li><a href="#section-SDLSystemCapabilityManagerErrorModuleDoesNotSupportSystemCapabilities">SDLSystemCapabilityManagerErrorModuleDoesNotSupportSystemCapabilities</a></li>
<li><a href="#section-SDLSystemCapabilityManagerErrorHMINone">SDLSystemCapabilityManagerErrorHMINone</a></li>
<li><a href="#section-SDLSystemCapabilityManagerErrorCannotUpdateTypeDisplays">SDLSystemCapabilityManagerErrorCannotUpdateTypeDisplays</a></li>
+ <li><a href="#section-SDLSystemCapabilityManagerErrorUnknownType">SDLSystemCapabilityManagerErrorUnknownType</a></li>
</ul>
<h3>Overview</h3>
@@ -68,4 +69,22 @@
+ <h3 id="section-SDLSystemCapabilityManagerErrorUnknownType">
+ SDLSystemCapabilityManagerErrorUnknownType
+ </h3>
+
+ <p>The module sent an unknown system capability type</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="n">SDLSystemCapabilityManagerErrorUnknownType</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="k">case</span> <span class="n">unknownType</span> <span class="o">=</span> <span class="o">-</span><span class="mi">4</span></code></pre>
+
+
+
+
</section>