toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
onboarding
/
edu.stanford.spezi.module.onboarding.sequential
/
SequentialOnboardingUiState
Sequential
Onboarding
Ui
State
data
class
SequentialOnboardingUiState
(
val
steps
:
List
<
Step
>
=
emptyList()
,
val
currentPage
:
Int
=
0
,
val
pageCount
:
Int
=
steps.size
,
val
actionText
:
String
=
"Start"
)
A data class that represents the current ui state of the sequential onboarding screen.
Members
Constructors
Sequential
Onboarding
Ui
State
Link copied to clipboard
constructor
(
steps
:
List
<
Step
>
=
emptyList()
,
currentPage
:
Int
=
0
,
pageCount
:
Int
=
steps.size
,
actionText
:
String
=
"Start"
)
Properties
action
Text
Link copied to clipboard
val
actionText
:
String
current
Page
Link copied to clipboard
val
currentPage
:
Int
=
0
page
Count
Link copied to clipboard
val
pageCount
:
Int
steps
Link copied to clipboard
val
steps
:
List
<
Step
>