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
/
SurveyQuestion
/
Builder
Builder
open
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
answers
Link copied to clipboard
@
NonNull
open
fun
answers
(
@
Nullable
answers
:
List
<
SurveyAnswer
>
)
:
SurveyQuestion.Builder
build
Link copied to clipboard
@
NonNull
open
fun
build
(
)
:
SurveyQuestion
last
Question
Link copied to clipboard
@
NonNull
open
fun
lastQuestion
(
lastQuestion
:
Boolean
)
:
SurveyQuestion.Builder
multiple
Answers
Link copied to clipboard
@
NonNull
open
fun
multipleAnswers
(
multipleAnswers
:
Boolean
)
:
SurveyQuestion.Builder
my
Index
Link copied to clipboard
@
NonNull
open
fun
myIndex
(
myIndex
:
Int
)
:
SurveyQuestion.Builder
next
Question
Index
Link copied to clipboard
@
NonNull
open
fun
nextQuestionIndex
(
nextQuestionIndex
:
Int
)
:
SurveyQuestion.Builder
server
Id
Link copied to clipboard
@
NonNull
open
fun
serverId
(
serverId
:
Int
)
:
SurveyQuestion.Builder
text
Link copied to clipboard
@
NonNull
open
fun
text
(
@
Nullable
text
:
String
)
:
SurveyQuestion.Builder
total
Number
Of
Questions
Link copied to clipboard
open
fun
totalNumberOfQuestions
(
totalNumberOfQuestions
:
Int
)
:
SurveyQuestion.Builder
type
Link copied to clipboard
@
NonNull
open
fun
type
(
@
NonNull
type
:
SurveyQuestionType
)
:
SurveyQuestion.Builder