diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.cordova/-status-bar | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.cordova/-status-bar')
12 files changed, 300 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/add-tap-listener.html b/api1/pl.treksoft.kvision.cordova/-status-bar/add-tap-listener.html new file mode 100644 index 00000000..61895739 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/add-tap-listener.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.addTapListener - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./add-tap-listener.html">addTapListener</a><br/> +<br/> +<h1>addTapListener</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$addTapListener(kotlin.Function0((kotlin.Unit)))"></a> +<code><span class="keyword">fun </span><span class="identifier">addTapListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$addTapListener(kotlin.Function0((kotlin.Unit)))/listener">listener</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Add listeners for the status bar tap event.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/hide.html b/api1/pl.treksoft.kvision.cordova/-status-bar/hide.html new file mode 100644 index 00000000..95fc2a90 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/hide.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.hide - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./hide.html">hide</a><br/> +<br/> +<h1>hide</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$hide()"></a> +<code><span class="keyword">fun </span><span class="identifier">hide</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Hide status bar.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/index.html b/api1/pl.treksoft.kvision.cordova/-status-bar/index.html new file mode 100644 index 00000000..96f7f260 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/index.html @@ -0,0 +1,132 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="./index.html">StatusBar</a><br/> +<br/> +<h1>StatusBar</h1> +<code><span class="keyword">object </span><span class="identifier">StatusBar</span></code> +<p>Main object for Cordova status bar.</p> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="add-tap-listener.html">addTapListener</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">addTapListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$addTapListener(kotlin.Function0((kotlin.Unit)))/listener">listener</span><span class="symbol">:</span> <span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Add listeners for the status bar tap event.</p> +</td> +</tr> +<tr> +<td> +<p><a href="hide.html">hide</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">hide</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Hide status bar.</p> +</td> +</tr> +<tr> +<td> +<p><a href="is-visible.html">isVisible</a></p> +</td> +<td> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">isVisible</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Returns if the status bar is visible.</p> +</td> +</tr> +<tr> +<td> +<p><a href="overlays-web-view.html">overlaysWebView</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">overlaysWebView</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$overlaysWebView(kotlin.Boolean)/overlays">overlays</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><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Set overlay.</p> +</td> +</tr> +<tr> +<td> +<p><a href="set-background-color.html">setBackgroundColor</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">setBackgroundColor</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$setBackgroundColor(kotlin.Int)/color">color</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Sets the background color of the status bar by a hexadecimal Int.</p> +</td> +</tr> +<tr> +<td> +<p><a href="set-background-color-by-hex-string.html">setBackgroundColorByHexString</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">setBackgroundColorByHexString</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$setBackgroundColorByHexString(kotlin.String)/color">color</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><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Sets the background color of the status bar by a hex string.</p> +</td> +</tr> +<tr> +<td> +<p><a href="show.html">show</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">show</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Show status bar.</p> +</td> +</tr> +<tr> +<td> +<p><a href="style-black-opaque.html">styleBlackOpaque</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">styleBlackOpaque</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the blackOpaque status bar (light text, for dark backgrounds).</p> +</td> +</tr> +<tr> +<td> +<p><a href="style-black-translucent.html">styleBlackTranslucent</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">styleBlackTranslucent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the blackTranslucent status bar (light text, for dark backgrounds).</p> +</td> +</tr> +<tr> +<td> +<p><a href="style-default.html">styleDefault</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">styleDefault</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the default status bar (dark text, for light backgrounds).</p> +</td> +</tr> +<tr> +<td> +<p><a href="style-light-content.html">styleLightContent</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">styleLightContent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the lightContent status bar (light text, for dark backgrounds).</p> +</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/api1/pl.treksoft.kvision.cordova/-status-bar/is-visible.html b/api1/pl.treksoft.kvision.cordova/-status-bar/is-visible.html new file mode 100644 index 00000000..d123cf31c --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/is-visible.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.isVisible - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./is-visible.html">isVisible</a><br/> +<br/> +<h1>isVisible</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$isVisible()"></a> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><span class="identifier">isVisible</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code> +<p>Returns if the status bar is visible.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/overlays-web-view.html b/api1/pl.treksoft.kvision.cordova/-status-bar/overlays-web-view.html new file mode 100644 index 00000000..16f66d23 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/overlays-web-view.html @@ -0,0 +1,18 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.overlaysWebView - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./overlays-web-view.html">overlaysWebView</a><br/> +<br/> +<h1>overlaysWebView</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$overlaysWebView(kotlin.Boolean)"></a> +<code><span class="keyword">fun </span><span class="identifier">overlaysWebView</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$overlaysWebView(kotlin.Boolean)/overlays">overlays</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><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Set overlay.</p> +<h3>Parameters</h3> +<p><a name="overlays"></a> +<code>overlays</code> - determines if the status bar overlays the web view</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/set-background-color-by-hex-string.html b/api1/pl.treksoft.kvision.cordova/-status-bar/set-background-color-by-hex-string.html new file mode 100644 index 00000000..1af22ad6 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/set-background-color-by-hex-string.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.setBackgroundColorByHexString - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./set-background-color-by-hex-string.html">setBackgroundColorByHexString</a><br/> +<br/> +<h1>setBackgroundColorByHexString</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$setBackgroundColorByHexString(kotlin.String)"></a> +<code><span class="keyword">fun </span><span class="identifier">setBackgroundColorByHexString</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$setBackgroundColorByHexString(kotlin.String)/color">color</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><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Sets the background color of the status bar by a hex string.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/set-background-color.html b/api1/pl.treksoft.kvision.cordova/-status-bar/set-background-color.html new file mode 100644 index 00000000..e7bf3c9f --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/set-background-color.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.setBackgroundColor - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./set-background-color.html">setBackgroundColor</a><br/> +<br/> +<h1>setBackgroundColor</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$setBackgroundColor(kotlin.Int)"></a> +<code><span class="keyword">fun </span><span class="identifier">setBackgroundColor</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.StatusBar$setBackgroundColor(kotlin.Int)/color">color</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Sets the background color of the status bar by a hexadecimal Int.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/show.html b/api1/pl.treksoft.kvision.cordova/-status-bar/show.html new file mode 100644 index 00000000..02b14e53 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/show.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.show - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./show.html">show</a><br/> +<br/> +<h1>show</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$show()"></a> +<code><span class="keyword">fun </span><span class="identifier">show</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Show status bar.</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/style-black-opaque.html b/api1/pl.treksoft.kvision.cordova/-status-bar/style-black-opaque.html new file mode 100644 index 00000000..f775506b --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/style-black-opaque.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.styleBlackOpaque - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./style-black-opaque.html">styleBlackOpaque</a><br/> +<br/> +<h1>styleBlackOpaque</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$styleBlackOpaque()"></a> +<code><span class="keyword">fun </span><span class="identifier">styleBlackOpaque</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the blackOpaque status bar (light text, for dark backgrounds).</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/style-black-translucent.html b/api1/pl.treksoft.kvision.cordova/-status-bar/style-black-translucent.html new file mode 100644 index 00000000..d0cf7d4a --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/style-black-translucent.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.styleBlackTranslucent - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./style-black-translucent.html">styleBlackTranslucent</a><br/> +<br/> +<h1>styleBlackTranslucent</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$styleBlackTranslucent()"></a> +<code><span class="keyword">fun </span><span class="identifier">styleBlackTranslucent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the blackTranslucent status bar (light text, for dark backgrounds).</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/style-default.html b/api1/pl.treksoft.kvision.cordova/-status-bar/style-default.html new file mode 100644 index 00000000..c5a6e6c1 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/style-default.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.styleDefault - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./style-default.html">styleDefault</a><br/> +<br/> +<h1>styleDefault</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$styleDefault()"></a> +<code><span class="keyword">fun </span><span class="identifier">styleDefault</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the default status bar (dark text, for light backgrounds).</p> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.cordova/-status-bar/style-light-content.html b/api1/pl.treksoft.kvision.cordova/-status-bar/style-light-content.html new file mode 100644 index 00000000..5f0d06c0 --- /dev/null +++ b/api1/pl.treksoft.kvision.cordova/-status-bar/style-light-content.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StatusBar.styleLightContent - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="index.html">StatusBar</a> / <a href="./style-light-content.html">styleLightContent</a><br/> +<br/> +<h1>styleLightContent</h1> +<a name="pl.treksoft.kvision.cordova.StatusBar$styleLightContent()"></a> +<code><span class="keyword">fun </span><span class="identifier">styleLightContent</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Use the lightContent status bar (light text, for dark backgrounds).</p> +</BODY> +</HTML> |