toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.surveyengine.packages
/
SectionInfo
Section
Info
data
class
SectionInfo
(
val
id
:
Int
,
val
name
:
String
,
val
forwardExitStateId
:
Int
,
val
backwardExitStateId
:
Int
,
val
states
:
MutableList
<
Int
>
)
Members
Constructors
Section
Info
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
forwardExitStateId
:
Int
,
backwardExitStateId
:
Int
,
states
:
MutableList
<
Int
>
)
Properties
backward
Exit
State
Id
Link copied to clipboard
@
SerializedName
(
value
=
"bckExitId"
)
val
backwardExitStateId
:
Int
forward
Exit
State
Id
Link copied to clipboard
@
SerializedName
(
value
=
"fwdExitId"
)
val
forwardExitStateId
:
Int
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
Int
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
states
Link copied to clipboard
@
SerializedName
(
value
=
"s"
)
val
states
:
MutableList
<
Int
>