From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../-notification/prompt.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/-notification/prompt.html (limited to 'api/pl.treksoft.kvision.cordova/-notification/prompt.html') diff --git a/api/pl.treksoft.kvision.cordova/-notification/prompt.html b/api/pl.treksoft.kvision.cordova/-notification/prompt.html new file mode 100644 index 00000000..b45d249a --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/-notification/prompt.html @@ -0,0 +1,26 @@ + + + +Notification.prompt - kvision + + + +kvision / pl.treksoft.kvision.cordova / Notification / prompt
+
+

prompt

+ +fun prompt(message: String, title: String? = null, buttonLabels: List<String>? = null, defaultText: String? = null, callback: (PromptResponse) -> Unit): Unit +

Show prompt dialog.

+

Parameters

+

+message - a message

+

+title - an optional dialog title (defaults to Prompt)

+

+buttonLabels - an optional list of button labels (defaults to OK,Cancel)

+

+defaultText - default input value (default to empty string)

+

+callback - a callback function

+ + -- cgit