summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLChoiceCell.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLChoiceCell.html')
-rw-r--r--docs/Classes/SDLChoiceCell.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Classes/SDLChoiceCell.html b/docs/Classes/SDLChoiceCell.html
index 6f912d8a7..17d9c2e26 100644
--- a/docs/Classes/SDLChoiceCell.html
+++ b/docs/Classes/SDLChoiceCell.html
@@ -9,6 +9,7 @@
<li><a href="#section-voiceCommands">voiceCommands</a></li>
<li><a href="#section-artwork">artwork</a></li>
<li><a href="#section-secondaryArtwork">secondaryArtwork</a></li>
+ <li><a href="#section-uniqueText">uniqueText</a></li>
<li><a href="#section--init">-init</a></li>
<li><a href="#section--initWithText:">-initWithText:</a></li>
<li><a href="#section--initWithText:artwork:voiceCommands:">-initWithText:artwork:voiceCommands:</a></li>
@@ -129,6 +130,24 @@
+ <h3 id="section-uniqueText">
+ uniqueText
+ </h3>
+
+ <p>Primary text of the cell to be displayed on the module. Used to distinguish cells with the same <code><a href="../Classes/SDLChoiceCell.html#/c:objc(cs)SDLChoiceCell(py)text">text</a></code> but other fields are different. This is autogenerated by the screen manager. Attempting to use cells that are exactly the same (all text and artwork fields are the same) will not cause this to be used. This will not be used when connected to modules supporting RPC 7.1+.</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">readonly</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">_Nonnull</span> <span class="n">uniqueText</span><span class="p">;</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="k">var</span> <span class="nv">uniqueText</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
+
+
+
+
<h3 id="section--init">
-init
</h3>