BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-surveys
/
com.microblink.surveys
/
SurveyViewModel
Survey
View
Model
class
SurveyViewModel
:
ViewModel
Members
Constructors
Survey
View
Model
Link copied to clipboard
constructor
(
)
Properties
survey
Completion
Live
Data
Link copied to clipboard
@get:
JvmName
(
name
=
"surveyCompletionLiveData"
)
val
surveyCompletionLiveData
:
LiveData
<
Boolean
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
survey
Link copied to clipboard
fun
survey
(
survey
:
Survey
)