blob: 93280b0ec145f5560a9c3d9bf4c365ca6f284166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Screen - 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">Screen</a><br/>
<br/>
<h1>Screen</h1>
<code><span class="keyword">object </span><span class="identifier">Screen</span></code>
<p>Main object for Cordova screen.</p>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-orientation/index.html">Orientation</a></p>
</td>
<td>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Orientation</span></code>
<p>Screen orientations</p>
</td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="add-orientation-change-listener.html">addOrientationChangeListener</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">addOrientationChangeListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.Screen$addOrientationChangeListener(kotlin.Function1((pl.treksoft.kvision.cordova.Screen.Orientation, kotlin.Unit)))/listener">listener</span><span class="symbol">:</span> <span class="symbol">(</span><a href="-orientation/index.html"><span class="identifier">Screen.Orientation</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><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 screen orientation change Cordova events.</p>
</td>
</tr>
<tr>
<td>
<p><a href="get-orientation.html">getOrientation</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">getOrientation</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="-orientation/index.html"><span class="identifier">Screen.Orientation</span></a></code>
<p>Get screen orientation.</p>
</td>
</tr>
<tr>
<td>
<p><a href="lock.html">lock</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">lock</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.Screen$lock(pl.treksoft.kvision.cordova.Screen.Orientation)/orientation">orientation</span><span class="symbol">:</span> <a href="-orientation/index.html"><span class="identifier">Screen.Orientation</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>Lock screen orientation.</p>
</td>
</tr>
<tr>
<td>
<p><a href="unlock.html">unlock</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">unlock</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>Unlock screen orientation.</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>
|