From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-in-app-browser-event/-init-.html | 15 ++++ .../-in-app-browser-event/code.html | 14 ++++ .../-in-app-browser-event/data.html | 14 ++++ .../-in-app-browser-event/index.html | 82 ++++++++++++++++++++++ .../-in-app-browser-event/message.html | 14 ++++ .../-in-app-browser-event/type.html | 14 ++++ .../-in-app-browser-event/url.html | 14 ++++ 7 files changed, 167 insertions(+) create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/-init-.html create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/code.html create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/data.html create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/index.html create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/message.html create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/type.html create mode 100644 api1/pl.treksoft.kvision.cordova/-in-app-browser-event/url.html (limited to 'api1/pl.treksoft.kvision.cordova/-in-app-browser-event') diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/-init-.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/-init-.html new file mode 100644 index 00000000..0a7178a6 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/-init-.html @@ -0,0 +1,15 @@ + + + +InAppBrowserEvent.<init> - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent / <init>
+
+

<init>

+ +InAppBrowserEvent() +

InAppBrowser event type.

+ + diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/code.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/code.html new file mode 100644 index 00000000..a7199118 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/code.html @@ -0,0 +1,14 @@ + + + +InAppBrowserEvent.code - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent / code
+
+

code

+ +val code: Number? + + diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/data.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/data.html new file mode 100644 index 00000000..8faa3824 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/data.html @@ -0,0 +1,14 @@ + + + +InAppBrowserEvent.data - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent / data
+
+

data

+ +val data: String? + + diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/index.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/index.html new file mode 100644 index 00000000..f1301805 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/index.html @@ -0,0 +1,82 @@ + + + +InAppBrowserEvent - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent
+
+

InAppBrowserEvent

+external class InAppBrowserEvent +

InAppBrowser event type.

+

Constructors

+ + + + + + + +
+

<init>

+
+InAppBrowserEvent() +

InAppBrowser event type.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + +
+

code

+
+val code: Number?
+

data

+
+val data: String?
+

message

+
+val message: String?
+

type

+
+val type: String
+

url

+
+val url: String
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/message.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/message.html new file mode 100644 index 00000000..cd8728b3 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/message.html @@ -0,0 +1,14 @@ + + + +InAppBrowserEvent.message - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent / message
+
+

message

+ +val message: String? + + diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/type.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/type.html new file mode 100644 index 00000000..d1569b75 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/type.html @@ -0,0 +1,14 @@ + + + +InAppBrowserEvent.type - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent / type
+
+

type

+ +val type: String + + diff --git a/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/url.html b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/url.html new file mode 100644 index 00000000..3b94f42a --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-in-app-browser-event/url.html @@ -0,0 +1,14 @@ + + + +InAppBrowserEvent.url - kvision + + + +kvision / pl.treksoft.kvision.cordova / InAppBrowserEvent / url
+
+

url

+ +val url: String + + -- cgit