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
/
Survey
Survey
class
Survey
:
Parcelable
Members
Constructors
Survey
Link copied to clipboard
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
<
Survey
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
Functions
client
User
Id
Link copied to clipboard
@
Nullable
open
fun
clientUserId
(
)
:
String
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
end
Date
Link copied to clipboard
@
Nullable
open
fun
endDate
(
)
:
String
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
)
:
Survey.Builder
questions
Link copied to clipboard
@
Nullable
open
fun
questions
(
)
:
List
<
SurveyQuestion
>
reward
Value
Link copied to clipboard
@
Nullable
open
fun
rewardValue
(
)
:
String
server
Id
Link copied to clipboard
open
fun
serverId
(
)
:
Int
slug
Link copied to clipboard
@
Nullable
open
fun
slug
(
)
:
String
start
Date
Link copied to clipboard
@
Nullable
open
fun
startDate
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)