app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.ui.scan
/
ScanViewModel
Scan
View
Model
class
ScanViewModel
:
ViewModel
Members
Constructors
Scan
View
Model
Link copied to clipboard
constructor
(
)
Properties
last
Qr
Link copied to clipboard
var
lastQr
:
String
?
parsed
Qr
Data
Link copied to clipboard
var
parsedQrData
:
QrCodeData
?
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
clear
Result
Link copied to clipboard
fun
clearResult
(
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
set
Result
Link copied to clipboard
fun
setResult
(
text
:
String
?
)