data class SpatialDialogSteps(val current: Int, val total: Int)
SpatialDialogSteps
(
current
, total
)
|
Signature
constructor(current: Int, total: Int) Parameters current: Int
The one-based index of the currently displayed step. Must be between 1 and total inclusive.
total: Int
The total number of steps in the dialog flow. Determines how many step indicators are rendered.
Returns SpatialDialogSteps |
current
: Int
[Get] |
The one-based index of the currently displayed step. Must be between 1 and total inclusive.
Signature
val current: Int |
total
: Int
[Get] |
The total number of steps in the dialog flow. Determines how many step indicators are rendered.
Signature
val total: Int |