From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-socket-closed-exception/-init-.html | 2 +- .../-socket-closed-exception/index.html | 25 ++++++---------------- .../-socket-closed-exception/reason.html | 2 +- 3 files changed, 8 insertions(+), 21 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/-socket-closed-exception') diff --git a/api/pl.treksoft.kvision.remote/-socket-closed-exception/-init-.html b/api/pl.treksoft.kvision.remote/-socket-closed-exception/-init-.html index 85a90cdf..62c59e1d 100644 --- a/api/pl.treksoft.kvision.remote/-socket-closed-exception/-init-.html +++ b/api/pl.treksoft.kvision.remote/-socket-closed-exception/-init-.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / SocketClosedException / <init>

<init>

- +(js) SocketClosedException(reason: String)

Websocket closed exception class.

diff --git a/api/pl.treksoft.kvision.remote/-socket-closed-exception/index.html b/api/pl.treksoft.kvision.remote/-socket-closed-exception/index.html index d55fb44d..3f639b25 100644 --- a/api/pl.treksoft.kvision.remote/-socket-closed-exception/index.html +++ b/api/pl.treksoft.kvision.remote/-socket-closed-exception/index.html @@ -8,19 +8,19 @@ kvision / pl.treksoft.kvision.remote / SocketClosedException

SocketClosedException

-class SocketClosedException : Throwable +(js) class SocketClosedException : Throwable

Websocket closed exception class.

Constructors

+SocketClosedException(reason: String)
-

<init>

+(js) +

<init>

-SocketClosedException(reason: String)

Websocket closed exception class.

-
@@ -29,26 +29,13 @@ -

reason

+(js) +

reason

val reason: String -

Extension Functions

- - - - - - - -
-

createInstance

-
-fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

-
diff --git a/api/pl.treksoft.kvision.remote/-socket-closed-exception/reason.html b/api/pl.treksoft.kvision.remote/-socket-closed-exception/reason.html index d5392fef..38aa61d6 100644 --- a/api/pl.treksoft.kvision.remote/-socket-closed-exception/reason.html +++ b/api/pl.treksoft.kvision.remote/-socket-closed-exception/reason.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.remote / SocketClosedException / reason

reason

- +(js) val reason: String -- cgit