summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLAlert.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLAlert.html')
-rw-r--r--docs/Classes/SDLAlert.html160
1 files changed, 160 insertions, 0 deletions
diff --git a/docs/Classes/SDLAlert.html b/docs/Classes/SDLAlert.html
index 5395aad97..eb679e26b 100644
--- a/docs/Classes/SDLAlert.html
+++ b/docs/Classes/SDLAlert.html
@@ -5,6 +5,16 @@
<ul>
<li><a href="#section--init">-init</a></li>
<li><a href="#section--initWithDictionary:">-initWithDictionary:</a></li>
+ <li><a href="#section--initWithAlertText1:alertText2:duration:">-initWithAlertText1:alertText2:duration:</a></li>
+ <li><a href="#section--initWithAlertText1:alertText2:alertText3:">-initWithAlertText1:alertText2:alertText3:</a></li>
+ <li><a href="#section--initWithAlertText1:alertText2:alertText3:duration:">-initWithAlertText1:alertText2:alertText3:duration:</a></li>
+ <li><a href="#section--initWithAlertText1:alertText2:alertText3:duration:softButtons:">-initWithAlertText1:alertText2:alertText3:duration:softButtons:</a></li>
+ <li><a href="#section--initWithTTS:playTone:">-initWithTTS:playTone:</a></li>
+ <li><a href="#section--initWithTTS:alertText1:alertText2:playTone:duration:">-initWithTTS:alertText1:alertText2:playTone:duration:</a></li>
+ <li><a href="#section--initWithTTS:alertText1:alertText2:alertText3:playTone:duration:">-initWithTTS:alertText1:alertText2:alertText3:playTone:duration:</a></li>
+ <li><a href="#section--initWithTTSChunks:playTone:">-initWithTTSChunks:playTone:</a></li>
+ <li><a href="#section--initWithTTSChunks:alertText1:alertText2:alertText3:playTone:softButtons:">-initWithTTSChunks:alertText1:alertText2:alertText3:playTone:softButtons:</a></li>
+ <li><a href="#section--initWithTTSChunks:alertText1:alertText2:alertText3:playTone:duration:softButtons:">-initWithTTSChunks:alertText1:alertText2:alertText3:playTone:duration:softButtons:</a></li>
<li><a href="#section-alertText1">alertText1</a></li>
<li><a href="#section-alertText2">alertText2</a></li>
<li><a href="#section-alertText3">alertText3</a></li>
@@ -88,6 +98,156 @@
</dd>
</dl>
+ <h3 id="section--initWithAlertText1:alertText2:duration:">
+ -initWithAlertText1:alertText2:duration:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithAlertText1:alertText2:alertText3:">
+ -initWithAlertText1:alertText2:alertText3:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithAlertText1:alertText2:alertText3:duration:">
+ -initWithAlertText1:alertText2:alertText3:duration:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithAlertText1:alertText2:alertText3:duration:softButtons:">
+ -initWithAlertText1:alertText2:alertText3:duration:softButtons:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithTTS:playTone:">
+ -initWithTTS:playTone:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithTTS:alertText1:alertText2:playTone:duration:">
+ -initWithTTS:alertText1:alertText2:playTone:duration:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithTTS:alertText1:alertText2:alertText3:playTone:duration:">
+ -initWithTTS:alertText1:alertText2:alertText3:playTone:duration:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithTTSChunks:playTone:">
+ -initWithTTSChunks:playTone:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithTTSChunks:alertText1:alertText2:alertText3:playTone:softButtons:">
+ -initWithTTSChunks:alertText1:alertText2:alertText3:playTone:softButtons:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
+ <h3 id="section--initWithTTSChunks:alertText1:alertText2:alertText3:playTone:duration:softButtons:">
+ -initWithTTSChunks:alertText1:alertText2:alertText3:playTone:duration:softButtons:
+ </h3>
+
+ <p>Undocumented</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLAlert</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre>
+
+
+
+
+
<h3 id="section-alertText1">
alertText1
</h3>