blob: 3f0849ac5d3cd06bbe296a0f7b2c52e0165a03b1 (
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
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>CaptureException - 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">CaptureException</a><br/>
<br/>
<h1>CaptureException</h1>
(js) <code><span class="keyword">class </span><span class="identifier">CaptureException</span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-exception/index.html"><span class="identifier">Exception</span></a></code>
<p>Exception class for media capture errors.</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="-init-.html"><init></a></h4>
</td>
<td>
<p>Exception class for media capture errors.</p>
<code><span class="identifier">CaptureException</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.CaptureException$<init>(pl.treksoft.kvision.cordova.MediaCapture.CaptureErrorCode)/code">code</span><span class="symbol">:</span> <span class="identifier">CaptureErrorCode</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|