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
Survey
Question
class
SurveyQuestion
:
Parcelable
Members
Constructors
Survey
Question
Link copied to clipboard
constructor
(
@
NonNull
builder
:
SurveyQuestion.Builder
)
constructor
(
@
NonNull
in
:
Parcel
)
Types
Builder
Link copied to clipboard
open
class
Builder
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
SurveyQuestion
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
answers
Link copied to clipboard
@
Nullable
open
fun
answers
(
)
:
List
<
SurveyAnswer
>
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
last
Question
Link copied to clipboard
open
fun
lastQuestion
(
)
:
Boolean
multiple
Answers
Link copied to clipboard
open
fun
multipleAnswers
(
)
:
Boolean
my
Index
Link copied to clipboard
open
fun
myIndex
(
)
:
Int
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
)
:
SurveyQuestion.Builder
next
Question
Index
Link copied to clipboard
open
fun
nextQuestionIndex
(
)
:
Int
server
Id
Link copied to clipboard
open
fun
serverId
(
)
:
Int
text
Link copied to clipboard
@
Nullable
open
fun
text
(
)
:
String
total
Number
Of
Questions
Link copied to clipboard
open
fun
totalNumberOfQuestions
(
)
:
Int
type
Link copied to clipboard
@
Nullable
open
fun
type
(
)
:
SurveyQuestionType
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)