summaryrefslogtreecommitdiff
path: root/docs/Enums.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Enums.html')
-rw-r--r--docs/Enums.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/Enums.html b/docs/Enums.html
index c884bdf5e..28ae3e168 100644
--- a/docs/Enums.html
+++ b/docs/Enums.html
@@ -5,11 +5,14 @@
<ul>
<li><a href="#section-SDLArtworkImageFormat">SDLArtworkImageFormat</a></li>
<li><a href="#section-SDLAudioStreamManagerError">SDLAudioStreamManagerError</a></li>
+ <li><a href="#section-SDLChoiceSetLayout">SDLChoiceSetLayout</a></li>
<li><a href="#section-SDLManagerError">SDLManagerError</a></li>
<li><a href="#section-SDLFileManagerError">SDLFileManagerError</a></li>
<li><a href="#section-SDLTextAndGraphicManagerError">SDLTextAndGraphicManagerError</a></li>
<li><a href="#section-SDLSoftButtonManagerError">SDLSoftButtonManagerError</a></li>
<li><a href="#section-SDLMenuManagerError">SDLMenuManagerError</a></li>
+ <li><a href="#section-SDLChoiceSetManagerError">SDLChoiceSetManagerError</a></li>
+ <li><a href="#section-SDLTransportError">SDLTransportError</a></li>
<li><a href="#section-SDLLogBytesDirection">SDLLogBytesDirection</a></li>
<li><a href="#section-SDLLogFlag">SDLLogFlag</a></li>
<li><a href="#section-SDLLogLevel">SDLLogLevel</a></li>
@@ -71,6 +74,28 @@
+ <h3 id="section-SDLChoiceSetLayout">
+ SDLChoiceSetLayout
+ </h3>
+
+ <p>Undocumented</p>
+
+ <a href="Enums/SDLChoiceSetLayout.html" class="slightly-smaller">See more</a>
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="n">NS_ENUM</span><span class="p">(</span><span class="n">NSUInteger</span><span class="p">,</span> <span class="n">SDLChoiceSetLayout</span><span class="p">)</span> <span class="p">{</span>
+ <span class="n">SDLChoiceSetLayoutList</span><span class="p">,</span>
+ <span class="n">SDLChoiceSetLayoutTiles</span><span class="p">,</span>
+<span class="p">}</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="kd">enum</span> <span class="kt">SDLChoiceSetLayout</span> <span class="p">:</span> <span class="kt">UInt</span></code></pre>
+
+
+
+
<h3 id="section-SDLManagerError">
SDLManagerError
</h3>
@@ -178,6 +203,48 @@
+ <h3 id="section-SDLChoiceSetManagerError">
+ SDLChoiceSetManagerError
+ </h3>
+
+ <p>Undocumented</p>
+
+ <a href="Enums/SDLChoiceSetManagerError.html" class="slightly-smaller">See more</a>
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="n">NS_ENUM</span><span class="p">(</span><span class="n">NSInteger</span><span class="p">,</span> <span class="n">SDLChoiceSetManagerError</span><span class="p">)</span> <span class="p">{</span>
+ <span class="n">SDLChoiceSetManagerErrorPendingPresentationDeleted</span> <span class="o">=</span> <span class="o">-</span><span class="mi">1</span><span class="p">,</span>
+ <span class="n">SDLChoiceSetManagerErrorDeletionFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">2</span><span class="p">,</span>
+ <span class="n">SDLChoiceSetManagerErrorUploadFailed</span> <span class="o">=</span> <span class="o">-</span><span class="mi">3</span><span class="p">,</span>
+<span class="p">}</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="kd">enum</span> <span class="kt">SDLChoiceSetManagerError</span> <span class="p">:</span> <span class="kt">Int</span></code></pre>
+
+
+
+
+ <h3 id="section-SDLTransportError">
+ SDLTransportError
+ </h3>
+
+ <p>Errors associated with transport.</p>
+
+ <a href="Enums/SDLTransportError.html" class="slightly-smaller">See more</a>
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="k">enum</span> <span class="n">SDLTransportError</span> <span class="p">{}</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="kd">enum</span> <span class="kt">SDLTransportError</span> <span class="p">:</span> <span class="kt">Int</span></code></pre>
+
+
+
+
<h3 id="section-SDLLogBytesDirection">
SDLLogBytesDirection
</h3>