diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-03-13 01:05:20 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-03-13 01:05:20 +0100 |
commit | 0365722f8549ee93918be99da1b9f901cf0b2c8d (patch) | |
tree | 01624b829e0d11c122070dacab6e7b1bf90325a8 /api/pl.treksoft.kvision.remote/-with-ws-session | |
parent | 4ffe1bee99a55e985bb71dacff3839263cb4316f (diff) | |
download | kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.gz kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.tar.bz2 kvision-0365722f8549ee93918be99da1b9f901cf0b2c8d.zip |
API documentation for KVision 3.5.2
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-with-ws-session')
-rw-r--r-- | api/pl.treksoft.kvision.remote/-with-ws-session/index.html | 39 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.remote/-with-ws-session/ws-session.html | 14 |
2 files changed, 0 insertions, 53 deletions
diff --git a/api/pl.treksoft.kvision.remote/-with-ws-session/index.html b/api/pl.treksoft.kvision.remote/-with-ws-session/index.html deleted file mode 100644 index c8cbe901..00000000 --- a/api/pl.treksoft.kvision.remote/-with-ws-session/index.html +++ /dev/null @@ -1,39 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>WithWsSession - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="./index.html">WithWsSession</a><br/> -<br/> -<h1>WithWsSession</h1> -<code><span class="keyword">interface </span><span class="identifier">WithWsSession</span></code> -<h3>Properties</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="ws-session.html">wsSession</a></p> -</td> -<td> -<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">wsSession</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></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"><</span><span class="identifier">T</span><span class="symbol">></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> <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/api/pl.treksoft.kvision.remote/-with-ws-session/ws-session.html b/api/pl.treksoft.kvision.remote/-with-ws-session/ws-session.html deleted file mode 100644 index 0124486c..00000000 --- a/api/pl.treksoft.kvision.remote/-with-ws-session/ws-session.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>WithWsSession.wsSession - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">WithWsSession</a> / <a href="./ws-session.html">wsSession</a><br/> -<br/> -<h1>wsSession</h1> -<a name="pl.treksoft.kvision.remote.WithWsSession$wsSession"></a> -<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">wsSession</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code> -</BODY> -</HTML> |