summaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.electron/-notification-constructor-options
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-10-26 00:17:24 +0200
committerRobert Jaros <rjaros@finn.pl>2019-10-26 00:17:24 +0200
commitfb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch)
tree911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.electron/-notification-constructor-options
parent4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff)
downloadkvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz
kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2
kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-notification-constructor-options')
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/actions.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/body.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/close-button-text.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/has-reply.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/icon.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/index.html102
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/reply-placeholder.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/silent.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/sound.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/subtitle.html14
-rw-r--r--api1/pl.treksoft.kvision.electron/-notification-constructor-options/title.html14
11 files changed, 242 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/actions.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/actions.html
new file mode 100644
index 00000000..593b4dd0
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/actions.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.actions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./actions.html">actions</a><br/>
+<br/>
+<h1>actions</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$actions"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">actions</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="../-notification-action/index.html"><span class="identifier">NotificationAction</span></a><span class="symbol">&gt;</span><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/body.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/body.html
new file mode 100644
index 00000000..1f802c1c
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/body.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.body - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./body.html">body</a><br/>
+<br/>
+<h1>body</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$body"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">body</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/close-button-text.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/close-button-text.html
new file mode 100644
index 00000000..dbb70a44
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/close-button-text.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.closeButtonText - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./close-button-text.html">closeButtonText</a><br/>
+<br/>
+<h1>closeButtonText</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$closeButtonText"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">closeButtonText</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/has-reply.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/has-reply.html
new file mode 100644
index 00000000..24f7d7b2
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/has-reply.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.hasReply - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./has-reply.html">hasReply</a><br/>
+<br/>
+<h1>hasReply</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$hasReply"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">hasReply</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/icon.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/icon.html
new file mode 100644
index 00000000..5e5baac1
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/icon.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.icon - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./icon.html">icon</a><br/>
+<br/>
+<h1>icon</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$icon"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">icon</span><span class="symbol">: </span><span class="keyword">dynamic</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/index.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/index.html
new file mode 100644
index 00000000..350928f3
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/index.html
@@ -0,0 +1,102 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="./index.html">NotificationConstructorOptions</a><br/>
+<br/>
+<h1>NotificationConstructorOptions</h1>
+<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">NotificationConstructorOptions</span></code>
+<h3>Properties</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="actions.html">actions</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">actions</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><a href="../-notification-action/index.html"><span class="identifier">NotificationAction</span></a><span class="symbol">&gt;</span><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="body.html">body</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">body</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="close-button-text.html">closeButtonText</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">closeButtonText</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="has-reply.html">hasReply</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">hasReply</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="icon.html">icon</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">icon</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="reply-placeholder.html">replyPlaceholder</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">replyPlaceholder</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="silent.html">silent</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">silent</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="sound.html">sound</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">sound</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="subtitle.html">subtitle</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">subtitle</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
+</tr>
+<tr>
+<td>
+<p><a href="title.html">title</a></p>
+</td>
+<td>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">title</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
+</tr>
+</tbody>
+</table>
+<h3>Extension Functions</h3>
+<table>
+<tbody>
+<tr>
+<td>
+<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p>
+</td>
+<td>
+<code><span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span><span class="symbol">&gt;</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code>
+<p>Helper function for creating JavaScript objects from dynamic constructors.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/reply-placeholder.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/reply-placeholder.html
new file mode 100644
index 00000000..10f0d44c
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/reply-placeholder.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.replyPlaceholder - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./reply-placeholder.html">replyPlaceholder</a><br/>
+<br/>
+<h1>replyPlaceholder</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$replyPlaceholder"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">replyPlaceholder</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/silent.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/silent.html
new file mode 100644
index 00000000..39eed047
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/silent.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.silent - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./silent.html">silent</a><br/>
+<br/>
+<h1>silent</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$silent"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">silent</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/sound.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/sound.html
new file mode 100644
index 00000000..a5e2648f
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/sound.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.sound - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./sound.html">sound</a><br/>
+<br/>
+<h1>sound</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$sound"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">sound</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/subtitle.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/subtitle.html
new file mode 100644
index 00000000..ff78e8eb
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/subtitle.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.subtitle - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./subtitle.html">subtitle</a><br/>
+<br/>
+<h1>subtitle</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$subtitle"></a>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">subtitle</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
+</BODY>
+</HTML>
diff --git a/api1/pl.treksoft.kvision.electron/-notification-constructor-options/title.html b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/title.html
new file mode 100644
index 00000000..5277a42b
--- /dev/null
+++ b/api1/pl.treksoft.kvision.electron/-notification-constructor-options/title.html
@@ -0,0 +1,14 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>NotificationConstructorOptions.title - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">NotificationConstructorOptions</a>&nbsp;/&nbsp;<a href="./title.html">title</a><br/>
+<br/>
+<h1>title</h1>
+<a name="pl.treksoft.kvision.electron.NotificationConstructorOptions$title"></a>
+<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">title</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
+</BODY>
+</HTML>