diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.cordova/-notification/beep.html')
-rw-r--r-- | api1/pl.treksoft.kvision.cordova/-notification/beep.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.cordova/-notification/beep.html b/api1/pl.treksoft.kvision.cordova/-notification/beep.html new file mode 100644 index 00000000..e7237ce2 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-notification/beep.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Notification.beep - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">Notification</a> / <a href="./beep.html">beep</a><br/> +<br/> +<h1>beep</h1> +<a name="pl.treksoft.kvision.cordova.Notification$beep(kotlin.Int)"></a> +<code><span class="keyword">fun </span><span class="identifier">beep</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.Notification$beep(kotlin.Int)/times">times</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a> <span class="symbol">=</span> 1<span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Play a beep sound.</p> +<h3>Parameters</h3> +<p><a name="times"></a> +<code>times</code> - the number of times to repeat the beep (defaults to 1)</p> +</BODY> +</HTML> |