API reference
API reference
Select your platform
No SDKs available
No versions available

SpatialDialogSteps Class

Modifiers: final
Represents the steps in a spatial dialog.

Signature

data class SpatialDialogSteps(val current: Int, val total: Int)

Constructors

SpatialDialogSteps ( current , total )
Signature
constructor(current: Int, total: Int)
Parameters
current: Int
  The current step number.
total: Int
  The total number of steps.

Properties

current : Int
[Get]
Signature
val current: Int
total : Int
[Get]
Signature
val total: Int
Did you find this page helpful?