BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-core
/
com.microblink.core
/
SurveyAnswer
/
Builder
Builder
open
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
SurveyAnswer
id
Link copied to clipboard
@
NonNull
open
fun
id
(
id
:
Int
)
:
SurveyAnswer.Builder
next
Question
Index
Link copied to clipboard
@
NonNull
open
fun
nextQuestionIndex
(
@
Nullable
nextQuestionIndex
:
Integer
)
:
SurveyAnswer.Builder
text
Link copied to clipboard
@
NonNull
open
fun
text
(
@
Nullable
text
:
String
)
:
SurveyAnswer.Builder